button1 = new JButton("1"); button2 = new JButton("2ABC"); button3 = new JButton("3DEF"); button4 = new JButton("4GHI"); button5 = new JButton("5JKL"); button6 = new JButton("6MNO"); button7 = new JButton("7PQRS"); button8 = new JButton("8TUV"); button9 = new JButton("9WXYZ"); button0 = new JButton("0");
I have this but I want the ABC on a different line shows 2ABC want to show 2 ABC