Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 08-04-2009, 04:25 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Mar 2008
Posts: 20
Default Changing Java Icon


I want to change the coffee cup java icon from Frame....I want my own icon over there....
How can I do that?
Please help me....
Write a simple Frame programming in java to demonstrate it....
Adam Cruge1 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 09-04-2009, 10:59 PM   #2 (permalink)
Right Off the Assembly Line
 
Join Date: Mar 2008
Posts: 20
Default Re: Changing Java Icon

Oooooooo after a lots of googling i got something...but having no help....
Can u anyone please make the following code correct ??



import javax.swing.JFrame;
import javax.swing.ImageIcon;
import java.awt.Image;
public class Test
{
public static void main(String[] args) throws Exception
{
JFrame frame = new JFrame();
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOS E);
frame.setIconImage(java.awt.Toolkit.getDefaultTool kit().getImage(this.getClass().getResource("D:/icon")));
frame.pack();
frame.setVisible(true);
}
}
Adam Cruge1 is offline  
Old 04-05-2009, 06:29 AM   #3 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: Changing Java Icon

Spam Reported.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by gforz
- by soumya

Advertisement




All times are GMT +5.5. The time now is 03:11 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2