PiRSquared17 / tomproject

Automatically exported from code.google.com/p/tomproject
0 stars 0 forks source link

method showBooleanDialog should allow String in fields array and set the first editable Component as initial focused #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The method:

    public static boolean showBooleanDialog(String title, Object[] fields, 
final Component initialFocused,

should allow Strings in the fields array, and set the first editable 
Component as the initial focused.

Original issue reported on code.google.com by brito....@gmail.com on 18 Apr 2010 at 3:08