Sat Aug 07, 2010 1:36 pm
iam a bigenner in java , but i want to give orders from java to operating system like opening a specific icon ......
what can i do to do this ???
Sat Aug 07, 2010 5:54 pm
You will need function like this
- Code:
public Image ImageLoad(String path) {
return new ImageIcon(path).getImage();
}
Here is a link to an image processing project which can inspire you alot ...
finished-projects/imageviewer-t639.html
Sat Aug 07, 2010 6:58 pm
thank you very much but i mean when i write (my computer) in the program the (my computer) icon will be opened...
this is for example .
not just images
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.