Advertisement
Guest User

asdsadasd

a guest
Jan 18th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1.     ikona = new ImageIcon(this.getClass().getResource("/images/cos.gif"));
  2.     zdj = new JLabel();
  3.         zdj.setIcon(ikona);
  4.         zdj.setBounds(30, 420, 300, 200);
  5.     zdj.setBackground(Color.white);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement