Skip to content

domenicolubrano/BP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snippets

  • Alert per errori
JOptionPane.showMessageDialog(null, "Messaggio");
  • Logo
label.setIcon(new ImageIcon("http://3em.it/website/images/Home/3em_Logo_SMALL.png"));  
  • Colore testo
label.setForeground(Color.RED) 
  • Icona
ImageIcon img = new ImageIcon(pathToFileOnDisk); 
frame.setIconImage(img.getImage());

JAR to EXE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages