Advertisement
bekovski

as

Feb 23rd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.08 KB | None | 0 0
  1.     public Label() {
  2.         super();
  3.     }
  4.    
  5.     public Label(ImageIcon img) {
  6.         super(img);
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement