Skip to content

tommdf02/BP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 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

 
 
 

Contributors

Languages

  • Java 100.0%