Dear All,
How we can get and set the values for form fields (i mean textfield,submit type ect...) of embedded web page in java swing frame.
Printable View
Dear All,
How we can get and set the values for form fields (i mean textfield,submit type ect...) of embedded web page in java swing frame.
Use JTextPane or JEditorPane and addHyperlinkListener(HyperlinkListener listener)
Do you mean you want the applet (java swing frame) talks with the web page ?
If so, javascript comes to rescue.
immutable objects