Search:

Type: Posts; User: incredibleX

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    914

    Whats wrong with my code?

    import javax.swing.*;

    public class AnimateJInternalFrame {

    JFrame jf=new JFrame();
    JInternalFrame jif=new JInternalFrame();
    Timer t;

    public AnimateJInternalFrame() {
  2. Replies
    2
    Views
    1,113

    How to handle Group Layout Manually

    How to handle Group Layout Manually without using Layout manager.

    I'm dealing with this piece of code
    how to set sizes, locations etc manually i'm new to these layouts.


    GroupLayout...
Results 1 to 2 of 2