fork download
  1. import javax.swing.*;
  2.  
  3. class Main{
  4. public static void main(String[] args){
  5. ImageIcon icon = new ImageIcon();
  6. System.out.println(icon.getIconWidth());
  7. }
  8. }
Success #stdin #stdout 0.07s 214464KB
stdin
Standard input is empty
stdout
-1