Electrons_Ahoy

3,584
Reputation
390 views

Registered User

Name Electrons_Ahoy
Member for 1 year
Seen yesterday
Website
Location Sacramento, CA
Age 31
Lifelong computer enthusiast turned Software developer. Recently emerged from the command-line C world into web systems under .NET. I'm greatly enjoying the fact I haven't had a single pointer-related error in over a year.
1d
accepted How do I turn off ABCpdf’s paragraph indenting during a chain?
1d
comment Is there a way to get the number of places after the decimal point in a java double?
And, for the record, in the world where I am King (or, at least, Project Manager) all those doubles would become BigDecimals. Sadly, I think that change might be received as being a little out of scope. ;)
1d
comment Is there a way to get the number of places after the decimal point in a java double?
Man, at least mine isn't fiscal numbers, so the occasional rounding error is okay.
1d
comment Is there a way to get the number of places after the decimal point in a java double?
Guys 3.14 was just an example. We're talking about arbitrary user entered doubles.
1d
comment Is there a way to get the number of places after the decimal point in a java double?
Believe me, I wouldn't if I had the option. But, you know, existing codebase and all that. I'm not even working on the module that collects the data, so I just get a double handed to me. :)
1d
comment Is there a way to get the number of places after the decimal point in a java double?
That the user entered. Good point.
1d
comment Is there a way to get the number of places after the decimal point in a java double?
Footnote: as this is a mixed Java/Groovy codebase, any solutions using groovy-based sorcery will be more than welcome.
1d
accepted Can groovy’s swingbuilder get more than one look and feel in a Java swing application?
1d
answered Can groovy’s swingbuilder get more than one look and feel in a Java swing application?
1d
asked Is there a way to get the number of places after the decimal point in a java double?
Nov
24
comment Git - change case of a file on windows?
That did the trick! Thanks, Igor.
Nov
24
asked Git - change case of a file on windows?
Nov
24
awarded  Notable Question
Nov
23
comment What is the value of Interfaces?
Granted. (I've done that even, now that I think back to my C++ days.)
Nov
23
answered What is the value of Interfaces?
Nov
23
accepted Can you specify generics type on map value?
Nov
23
answered Can you specify generics type on map value?
Nov
19
asked Under what circumstances does Groovy use AbstractConcurrentMap?
Nov
17
answered Is it wise to use branching with one-man git project?
Nov
17
comment Marketshare of cross-platform widget libraries?
Sidebar: market-share won't be the deciding factor in choosing a toolkit, but it is an interesting metric, and being able to say something like "..and we're using the most widely-used toolkit!" is something the marketing guys like to be able to say.
Nov
17
asked Marketshare of cross-platform widget libraries?
Nov
12
answered Groovy String to int
Nov
12
comment Groovy String to int
Seconded and thirded.
Nov
9
awarded  Popular Question
Oct
31
asked Can a Jtable save data whenever a cell loses focus?
Oct
28
comment Should entry level programmers be able to answer FizzBuzz?
Seconded. I'd vote this up twice if I could.
Oct
27
comment Has anyone got a JSP language file for Notepad++?
Well, granted, but I'd rather apply JSP highlighting, you know?
Oct
27
asked Has anyone got a JSP language file for Notepad++?
Oct
26
awarded  Popular Question
Oct
23
asked Is there a way to include body comments in javadocs?
Oct
23
awarded  Popular Question
Oct
19
asked In Groovy SwingBuilder, how do I attatch a closure to a JTable that fires when a cell is selected?
Oct
15
comment Does groovy have an easy way to get a filename without the extension?
Or don't have either. This is why I was hoping there was a Groovy way to do it, so I didn't have to roll my own. :)
Oct
14
asked Does groovy have an easy way to get a filename without the extension?
Oct
14
awarded  Notable Question
Oct
9
awarded  Popular Question
Oct
7
asked In groovy, is there a way to check if an object has a given method?
Oct
7
comment How do I fire an action when the user leaves a JTextBox?
For the record, the focus listener did exactly what I need it to do. Thanks!
Oct
6
revised How do I fire an action when the user leaves a JTextBox?
added clarificaiton as to what kind of processing I had in mind
Oct
6
comment How do I fire an action when the user leaves a JTextBox?
Aha! FocusListener is what I was vaguely remembering. The action in question is to save the text the user typed - is that better to do via a listener on the document, do you think?
Oct
5
asked How do I fire an action when the user leaves a JTextBox?
Oct
5
awarded  Tumbleweed
Oct
3
awarded  Popular Question
Oct
1
asked Can anyone point me at some examples of Groovy’s closureColumn for SwingBuilder Tables?
Oct
1
answered Why would one use Groovy over Java?
Sep
30
asked Can I just hand groovy’s markupbuilder a node list?
Sep
29
asked Can groovy’s swingbuilder get more than one look and feel in a Java swing application?
Sep
28
asked Is there a filter out there to use groovy code with doxygen?
Sep
25
asked Is there a way to do an “xcopy deployment” of a JSP?
Sep
20
awarded  Yearling