faith solution
"Knowledge only increase when you share it with others"
Seach
create a frame withou extending jframe class
package jframe;
import java.awt.event.*;
import javax.swing.*;
public class Jframe
{
public Jframe()
{
JFrame j=new JFrame();
j.setVisible(true);
j.setSize(500, 500);
}
public static void main(String[] args)
{
Jframe j=new Jframe();
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment