I have been working on a java assignment
using theatre layouts and reservations.
In my main menu I have created a applet with
5 buttons using JButton.These buttons are situated neatly on
my left hand side (below each other).This leaves a
reasonable space on my right hand side for a picture.
When I read in the picture that I want to display,
it displays it in the correct position but takes away the
buttons. On removing the pic the buttons reappear again, any ideas?
using theatre layouts and reservations.
In my main menu I have created a applet with
5 buttons using JButton.These buttons are situated neatly on
my left hand side (below each other).This leaves a
reasonable space on my right hand side for a picture.
When I read in the picture that I want to display,
it displays it in the correct position but takes away the
buttons. On removing the pic the buttons reappear again, any ideas?
Comment