Search:

Type: Posts; User: pottsiex5

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,192

    Re: extended JPanel is empty

    How do i make an override constructor? What is it exactly?
  2. Replies
    4
    Views
    2,192

    Re: extended JPanel is empty

    I should also point out that im trying to call it in an applet. I called it in a normal JFrame and it worked fine, it just doesnt like the applet...
  3. Replies
    4
    Views
    2,192

    extended JPanel is empty

    Hi,
    I made a extended JPanel, but when i call on it in another class the panel shows but its empty... This is my code:

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public...
Results 1 to 3 of 3