Search:

Type: Posts; User: rin

Search: Search took 0.15 seconds.

  1. Replies
    2
    Views
    3,646

    Re: Cannot update Jlabel in JApplet

    well, I think about paint(graphic g) -> repaint()/update()
    but the problem that I found is when repaint()
    the whole applet was reset and it become blank.
    I set all game function in JPanel which...
  2. Replies
    2
    Views
    3,646

    Cannot update Jlabel in JApplet

    public class game extends JApplet {


    private roll mygame;
    private JLabel result;
    public game(){

    setLayout(new BorderLayout());

    result.setFont(new...
Results 1 to 2 of 2