I've created an upload file functionality on my system. This is made by using JFrames.
Here's the first Frame:
Second Frame
My problem is:
I need this to show on the client side. I know it will show on the server side.
I also know that I need to use applet instead of this, but how?
I want it to be like Oracle E-business suite. When I click a link a java application window will pop-out.
Do Oracle E-business suite using applet or something else?