Search:

Type: Posts; User: rin

Search: Search took 0.09 seconds.

  1. Replies
    0
    Views
    2,746

    Problem:getAppletContext().showDocument

    I try to set my applet go to the specific URL but applet does not go to the new web page
    It seems getAppletContext().showDocument did not work



    package dicegame;


    import java.awt.*;...
  2. Pass Variable from JApplet to PHP?It does not work.....

    Please help.
    I have no idea why it doesn't work
    I think that it should be the way that I pass variable from Java to Php is not correct.
    I use localhost for testing(not tomcat or apache) just...
  3. Replies
    2
    Views
    3,628

    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...
  4. Replies
    2
    Views
    3,628

    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 4 of 4