| | |
Is is possible to use windows common controls in java
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Jun 2004
Posts: 609
Reputation:
Solved Threads: 8
Hi
My name is richard west and i am wondering if anyone knows how to use windows common controls in java. By common controls i mean open file dialog, save as dialog, font dialog and etc. Please if someone knows please
e-mail me the codes at freesoft_2000@yahoo.com or show me the codes and how to do it in this forum.
someone please please help me
Thank you
Yours Sincerely
Richard West
My name is richard west and i am wondering if anyone knows how to use windows common controls in java. By common controls i mean open file dialog, save as dialog, font dialog and etc. Please if someone knows please
e-mail me the codes at freesoft_2000@yahoo.com or show me the codes and how to do it in this forum.
someone please please help me
Thank you
Yours Sincerely
Richard West
this is the code for opening file dialog ... save file dialog is implemented similarly with jFileChooser
private JFileChooser jFileChooser1 = new JFileChooser();
if (JFileChooser.APPROVE_OPTION == jFileChooser1.showOpenDialog(this)) {
// Call openFile to attempt to load the text from file into TextArea
openFile(jFileChooser1.getSelectedFile().getPath());
}
this.repaint();
private JFileChooser jFileChooser1 = new JFileChooser();
if (JFileChooser.APPROVE_OPTION == jFileChooser1.showOpenDialog(this)) {
// Call openFile to attempt to load the text from file into TextArea
openFile(jFileChooser1.getSelectedFile().getPath());
}
this.repaint();
![]() |
Similar Threads
- How to create shortcut to windows application (*.ink) in Java? (Java)
- trojan horse BHO.HNP atmli.dll (Viruses, Spyware and other Nasties)
- Internet Connection Troubles due to virus? (Viruses, Spyware and other Nasties)
- explorer.exe uses 99% CPU (Viruses, Spyware and other Nasties)
- how to add common controls (ASP)
- Using OpenGL in Visual C++: Part I (Game Development)
- Using Windows XP Visual Styles with Controls on Windows Forms (VB.NET)
- Computer seems to stall or slow down (Viruses, Spyware and other Nasties)
Other Threads in the Java Forum
- Previous Thread: simple program tokenizer problem
- Next Thread: Credit card payments assignment
| Thread Tools | Search this Thread |
3d @param affinetransform android api applet application arc arguments array arrays automation binary bluetooth byte capture chat class classes click client code color compare component count database design detection eclipse eclipsedevelopment encryption error event exception fractal game givemetehcodez graphics gridlayout gui guitesting helpwithhomework html ide if_statement image input integer j2me java java.xls javaprojects jni jpanel julia keytool keyword linux list loop macintosh map method methods mobile netbeans newbie object os pong print problem producer program programming project projectideas read recursion replaysolutions rim scanner screen server set size sms sort sql string swing terminal threads time transforms tree ui web windows






