I would like to make clearly that i do not ask somebody to write the code for me. This is useless for me and also annoying for you:

I have to do the following task. Create a Java Frame for some functions in my java project.
So here is the task:

The Main Panel has to look exactly like this:

http://beepleased.com/wordpress/wp-content/uploads/2013/11/Capture.jpg

When the user logins, i need to pop up a success message like "Well Done" and the HIDE on close. Simultaneously the button "Place Order" needs to be turned on so that someone will be able to press it from now on. And the Panel needs to look like this:

http://beepleased.com/wordpress/wp-content/uploads/2013/11/1.jpg

The Sign Up form has to look like this one:

http://beepleased.com/wordpress/wp-content/uploads/2013/11/2.jpg

When the user finish filling all those fields, presses "Sign Up" and as a result a new user is creating and assign at an ArrayList but this doesnt matter at the moment.( I need the graphics). At the end ... all fields have to be cleared in order to fill new fields inside the Sign Up Form.

Form "PLace Order" need to look like :

http://beepleased.com/wordpress/wp-content/uploads/2013/11/3.jpg

where sb is able to make his order by purchasing products.

Finally, I need a JOptionPane like this:

http://beepleased.com/wordpress/wp-content/uploads/2013/11/4.jpg

I know that this may be an easy one but i want to do it by myself . The main reason i posted in here is to guide me throw this. By giving me some tutorial links, or some already build code for these. Something more like "search on Java Oracle Tutorials".
What are the basic steps i need to know as a beginner in Java Frame Programming ? (GUI)

Thanks in advance, appreciate any help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.