#Simple Password Generator

8 messages · Page 1 of 1 (latest)

fast estuary
cursive otter
#

Password can be a StringBuilder ideally

#

Separate logic and UI functionality

#

Add documentation in the application if possible

cursive otter
#
               setBackground(Color.WHITE); 
                 setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); 
                 setBounds(100100362126);

In my opinion, using the super prefix will make it easier to read

#

Haven't played around with Group Layouts, will have to see if that can be cleaned