318 reputation
29
bio website
location
age
visits member for 3 years, 2 months
seen 14 hours ago
stats profile views 19

May
12
revised Java JFrame Resizing
Fix spelling and grammar
May
12
suggested suggested edit on Java JFrame Resizing
Apr
27
comment find out if text of JLabel exceeds label size
Also, metrics.getStringBounds() should be used to deal with anti-aliasing.
Apr
27
suggested suggested edit on What is the difference between FontMetrics.stringWidth() and FontMetrics.getStringBounds()?
Apr
17
revised Good Java graph algorithm library?
Fixed typos
Apr
17
suggested suggested edit on Good Java graph algorithm library?
Apr
10
suggested suggested edit on obfuscating JPA entities with proguard
Apr
4
awarded  Yearling
Apr
3
comment How to prompt a confirmation dialog box in the middle of non event dispatching thread
I tried this on 32-bit HotSpot 7 Update 17 on 64-bit Windows 7. The dialog box outside frame appears but the inside isn't painted until the GUI thread responds to the paint message. Since the GUI thread has to be involved, there is no advantage to not using invokeAndWait().
Mar
28
comment EClipse plugin: Draw Horizontal lines between methods in Java IDE
The feature is part of a plan. eclipse.org/jdt/ui/r4_3/plan.php
Mar
20
revised Specifying an index (non unique key) using JPA
Improved answer by adding EclipseLink
Mar
20
revised Is support for compressed Strings being dropped?
added 195 characters in body
Mar
20
answered Specifying an index (non unique key) using JPA
Mar
20
suggested suggested edit on Specifying an index (non unique key) using JPA
Mar
20
revised Specifying an index (non unique key) using JPA
Fixed typo
Mar
20
suggested suggested edit on Specifying an index (non unique key) using JPA
Mar
14
revised Java Swing GUI hour glass
Fixed hyperlink and added hyperlink to Cursor documentation
Mar
14
suggested suggested edit on Java Swing GUI hour glass
Mar
9
awarded  Commentator
Mar
9
comment Type erasure, overriding and generics
Annotate the parameter or method with @SuppressWarnings("rawtypes").