Reputation: 127
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:
Upvotes: 0
Views: 5192
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