Java graphics

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gr12HG2007
    New Member
    • Apr 2007
    • 1

    Java graphics

    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?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Which LayoutManager did you use for your Applet?

    kind regards,

    Jos

    Comment

    Working...