Results 1 to 1 of 1
- 07-11-2012, 04:31 PM #1
Member
- Join Date
- May 2012
- Posts
- 1
- Rep Power
- 0
opening windows built-in components
hi there, i'm not that new in java but not an old too :)
I want to learn how to open windows components from java.
e.g
Java Code:Process exec = Runtime.getRuntime().exec("taskmgr");
and
Java Code:Process exec = Runtime.getRuntime().exec("calc");
executing .exe is not a problem.
Now I want to learn how to open control panel components like mouse, date/time, power options etc.
Please I need Help. That must be a 1 line code or a couple of words trick.
Thanks in advance.
Similar Threads
-
Opening a list of URLs in separate windows/tabs
By Gary_leeds in forum New To JavaReplies: 3Last Post: 07-09-2012, 10:28 AM -
Opening new windows
By cfc1252 in forum AWT / SwingReplies: 9Last Post: 01-07-2012, 04:39 PM -
Where are the components for a JFileChooser built?
By nwboy74 in forum AWT / SwingReplies: 12Last Post: 07-28-2010, 09:58 PM -
tutorials 4 creating windows components
By jaytee in forum New To JavaReplies: 1Last Post: 03-07-2010, 08:48 PM -
[HELP]JButton opening a browser and opening a website[HELP]
By Learnin in forum AWT / SwingReplies: 4Last Post: 10-07-2009, 09:14 AM
Bookmarks