Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import javax.swing.*;
- public class Counter extends JFrame {
- public static JFrame smallFrame = new JFrame();
- public Counter() {
- // set the big frame
- }
- public void smallFrame() {
- // set the small frame
- }
- public static void main(String[] args) {
- new Counter();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement