Simple java program , plz help me
Posted: Sun Sep 10, 2006 9:15 am
I need to make a tiny notepad in java .The notepad consists a JTextArea , a JTextField
for selecting the file location, and 4 JButton . JButton save for save the text written in JTextArea , JButton Open for Open the file written in JTextField , JButton clean for clear the
text written in JTextArea and JButton Exit for exit from the JFrame.
I am now out of my mind . Is there any guru to give me a code for that ?
for selecting the file location, and 4 JButton . JButton save for save the text written in JTextArea , JButton Open for Open the file written in JTextField , JButton clean for clear the
text written in JTextArea and JButton Exit for exit from the JFrame.
I am now out of my mind . Is there any guru to give me a code for that ?