Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Maria Silva   on Aug 06 In Java Category.

  
Question Answered By: Stacie Martin   on Aug 06


In my GYM! , I use the following code to load  icons
/**
* loadEmoticon method comment.
*/
public javax.swing.Icon loadEmoticon(int icon) {
return new ImageIcon(EmoticonLoader.class.getResource(icon+".gif") );
}

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on loading an image Or get search suggestion and latest updates.


Tagged: