953 Posted Topics

Member Avatar for javanoob21
Member Avatar for montalbano80

please, just as advice, 1/ replace JPanel(s) instead of creating plenty of JFrame without DefaultCloseOperation 2/ JFrame + JDialod (be sure that with dialog.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);) 3/ don't extends TopLayOutContainer (JFrame, JDialog, JOptionPane or Window), maybe one time you need/want to create a plain vanilla constuctor from someClass back to mainClass 4/ …

Member Avatar for montalbano80
0
193
Member Avatar for addlou

maybe this one can returs as you wanted [CODE] String input = "please help"; if (input.substring(0, 1).equals(input.substring(input.length() - 1, input.length()))) { System.out.println("same"); } else { System.out.println("NOT"); } [/CODE]

Member Avatar for mKorbel
0
163

The End.