Search:

Type: Posts; User: maele

Search: Search took 0.09 seconds.

  1. Thread: JPanel in JFrame

    by maele
    Replies
    2
    Views
    2,267

    Re: JPanel in JFrame

    What I've done so far:_

    import javax.swing.JApplet;
    import java.awt.Graphics;
    import javax.swing.JFrame;
    import javax.swing.JOptionPane;

    public class GUIApplet extends JApplet
    {
    public...
  2. Thread: JPanel in JFrame

    by maele
    Replies
    2
    Views
    2,267

    JPanel in JFrame

    please help:- i have this java applet to imbed in html;
    Inheritance from Java base class JPanel;
    • A circle must be drawn at the point where you click;
    • The circle must be a random colour and...
Results 1 to 2 of 2