Enter Keywords:
1 - 10 of 52(0.01 seconds)
Sort By:
 
How do I save the contents of an ImageIcon to disk?  I want to read it back later on (cache pattern). Can't seem to find this answer in 2d api either. The ImageIcon does not appear to be Seri...
Zones: JavaDate Answered: 03/17/2000 Rating: 7.6 Views: 0
Hello. I have coded an applet that displays one image using the following code. url = getClass().getResource( IMAGE_ROOT + "/" + subDirPath + "/" + imagePath ); imageIcon im = new imageIco...
Zones: JavaDate Answered: 12/17/2001 Rating: 8.2 Views: 0
Hi, I create a JavaBean to show images from filesystem and database (oracle9i) in a JTable. The ImageIcons loaded from filesystem appear fine whith my defined DefaultTabelModel. The ImageIc...
Zones: JavaDate Answered: 09/03/2003 Rating: 6.6 Views: 0
hi there, iam creating a custom classloader and iam overriding getResourceAsStream method.my problem is, when iam trying to construct an imageicon oject ,my overriden version of the getResourceAsS...
Zones: JavaDate Answered: 11/27/2003 Rating: 8.2 Views: 0
How can i create one ImageIcon out of two GIF files. The two GIFs should be merged to one.
Zones: JavaDate Answered: 06/02/2003 Rating: 7.0 Views: 0
Hello. I am writing a program to keep track of hockey scores during a game.  I have an image of a hockey arena that I want to place into my GUI, but I am unsure as to how to do it.  I know that ...
Zones: Java, New To JavaDate Answered: 05/25/2004 Rating: 8.4 Views: 0
Hi Experts,   I tried to give the button an icon, but the size of "myButton" changes from case to case ....     myButton.setIcon(new ImageIcon("C:\\Documents and Settings\\meow\\My Documents\...
Zones: JavaDate Answered: 10/10/2004 Rating: 9.2 Views: 0
Hi all, Im trying to load an icon which is in a folder called icons. This icons folder is a subfolder of where the current class resides. The icon is not getting loaded although. ImageIcon ic...
Zones: JavaDate Answered: 05/16/2006 Rating: 7.2 Views: 0
hi my eclipse project has an images folder within the src folder and within that there is a file called bck_green.jpg my application needs to use this image within a control public Image ...
Zones: JavaDate Answered: 10/03/2006 Rating: 9.2 Views: 0
I am trying to create a button with an Icon.  I'm using the following code: JButton btn = new JButton(new                                  ImageIcon("c:\\classes\\images\\new1.gif")); I want t...
Zones: JavaDate Answered: 03/09/2000 Rating: 7.2 Views: 0