My assignment is want to me code a JApplet without a layout manager which allow me to adjust the location of button or other components.
That may be possible by setting the layout into null....
You may use the setBounds for adjusting...
And have patience on setting its location...
You may compile the program several times just to set the desired location within the container....
Not only that, i also want to make ImageIcon to the applet.
Try to browse the JLabel's documentation about on how to do that.... and also the other components.....