MrWiggles

3,008
Reputation
269 views

Registered User

Name MrWiggles
Member for 10 months
Seen Nov 6 at 11:49
Website
Location GB
Age
Oct
13
comment A cluster-aware IoC framework - what would you think it should do?
+1: exactly what I came here to say
Oct
13
accepted Accessing a Queue from standalone code
Oct
12
comment Accessing a Queue from standalone code
Can't help you there, I don't use the app in question
Oct
12
answered Accessing a Queue from standalone code
Oct
1
comment apache wicket texfield null
It might help to post your page and form code + HTML
Sep
19
accepted Code suggestions by Resharper making code less readable?
Sep
8
accepted How do I configure autoformatting in Eclipse?
Sep
8
answered How do I configure autoformatting in Eclipse?
Aug
26
comment Cannot refer to the static enum field within an initializer ?
Jon - do you know why this error doesn't occur in Eclipse 3.3 but does in 3.4?
Aug
7
answered Are static anonymous classes definitely wrong in Java?
Aug
3
answered Java default form action or button
Aug
3
answered Java concurrency : Making webservice access threadsafe
Jul
29
accepted Java Webstart with parameters
Jul
29
answered Java Webstart with parameters
Jul
23
answered Ant + JUnit: NoClassDefFoundError
Jul
22
revised Java library to check whether a String contains a number *without* exceptions
Fixed code formatting
Jul
14
comment Good tool for system design in Java/Eclipse?
links work fine for me
Jul
13
comment Loading files with ClassLoader
Darn. Beat me by a couple of seconds
Jul
13
comment JUnit test for System.out.println()
I prefer to use System.setOut(null) to restore the stream back to what it was when the VM was launched
Jul
10
answered How to have Eclipse JEE automatically generate the exploded WAR for a web project?
Jul
9
answered Problem with Observer Pattern and generics in Java
Jul
7
accepted Auto-generate stub methods that throw in eclipse
Jul
7
answered Auto-generate stub methods that throw in eclipse
Jul
7
answered Java’s equivalent to .Net’s AutoResetEvent?
Jul
7
comment Do setup/teardown hurt test maintainability?
I perhaps won't be as "aggressive" as I am with production code, but I do want all common functionality in a single place (setup) so that each test case can just show how it differs from the happy-day scenario rather than having alot of setup code
Jul
6
answered Do setup/teardown hurt test maintainability?
Jul
3
comment How do you extract a JAR in a UNIX filesystem with a single command and specify its target directory using the JAR command?
$ man unzip !! I've amended the question to include just the Binaries.war file
Jul
3
revised How do you extract a JAR in a UNIX filesystem with a single command and specify its target directory using the JAR command?
added 11 characters in body
Jul
3
answered How do you extract a JAR in a UNIX filesystem with a single command and specify its target directory using the JAR command?
Jul
2
answered java.net.ConnectException: Connection refused when SocketChannel.open is invoked
Jun
25
answered Are there any built-in methods in Java to increase Font size?
Jun
24
revised Java with information Flows, output to screen.
edited tags
Jun
24
comment Open port in linux with java application
There's no difference between the 2. Show us your code to see what you're trying to do
Jun
23
revised benchmark and the cause for difference between c# and java
Fixed code formatting
Jun
19
comment How do you effectively add components to a swing panel with a background image?
Why would you use a listener for repositioning the button? Just using the appropriate LayoutManager will take care of this for you and avoid any nasty redraw issues
Jun
19
asked Mixing Parameterized Query and Sub-query on Insert
Jun
18
comment Image not displaying in JTable (Java Swing)
Feel free to mark this as the correct answer :)
Jun
17
comment How do I get a an image to display in JTable in java swing
You don't need to implement a TableCellRenderer as overriding the Column Class to ImageIcon will display an Image for you. You're correct in stating you need to adjust row heights though
Jun
17
answered Image not displaying in JTable (Java Swing)
Jun
16
comment How to use Google Guice to create objects that require parameters?
Seeing as the API has now changed to Process.isEnabled(anInputValue) (the same as in my response), why bother include a Provider now? Why not just have a single Processor and skip the Provider completely?
Jun
15
answered How to use Google Guice to create objects that require parameters?