class MainForm calls new Browser().getBr owserWindow() and assigns it to another JEditorPane object.
Code:
editor = new Browser().getBrowserWindow(); scrollpane = new JScrollPane(editor);
Still, i can't...
editor = new Browser().getBrowserWindow(); scrollpane = new JScrollPane(editor);
function CloseIt()
{
parent.parent.frames["fraSet"].cols='*,0';
}
Process proc = new Process(); proc.StartInfo.FileName = "explorer.exe"; proc.StartInfo.Arguments = dlPath; proc.Start();