Search:

Type: Posts; User: MW130

Search: Search took 0.15 seconds.

  1. Re: I always need to resize my window to see my programs

    Hi! Thanks for your reply
    Unfortunately, that didn't solve it for me :(
    Here is an example program:

    import javax.swing.*;
    import java.awt.*;

    class SwingT extends JComponent {
    public void...
  2. I always need to resize my window to see my programs

    Whenever I make something in Swing, I always need to resize the window for me to see the graphics on the window. I have been told to use the pack() method on it, which I have, but the problem with it...
Results 1 to 2 of 2