Kumara
Kumara

Reputation: 127

how to display jFrame Form in a Java web application (NetBeans)

I have finished the application in NetBeans (Gume.java, consists of only one jFrame Form), all that needs to be done, is to implement it to HTML document (index.html). How can it be done?

Data structure:

Data structure

Upvotes: 0

Views: 5192

Answers (1)

Kumara
Kumara

Reputation: 127

Solved: just add a new jApplet Form (right click on project/ New/ Other/ AWR GUI Forms/ Applet Form) and copy the jFrame Form elements to the jApplet Form.

Upvotes: 1

Related Questions