I have an app that was written in VB and I would like to create the same app in JAVA, so that it works on all platforms.
I have a button that when clicked opens the specified file in a text box.
OpenDocument(txtInput.Text);
In my JAVA app, I am trying Document.open(txtinput.getText())
That does not work. NetBeans in stelling me "Can't find Synmbol, Symbol: variable Document.
So how can I use the defualt text editor on MAC, LINUX, or Windows to open the file specified?