1. Problems to linebreak with an int in JLabel stackoverflow.comI'm having problems with a linebreak in a |
2. getting one int value into a JLabel from another class forums.oracle.comi am not sure whether u want to use two frames but try this. first create get method to return your dascore variable. once u have done that then in ur GuessNum class declare the GameChoose object JLabel ph2 = new JLabel(); then uu need to use ph2.setText(Integer.parseInt( the GameChoose object.get method u have used in ur GameChoose class )); Edited ... |
3. How to show an Integer in a JLabel?? forums.oracle.com |
4. how to show staticly decleared int's in a JLabel forums.oracle.com |