jPanel problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pleb
    New Member
    • Dec 2007
    • 8

    #1

    jPanel problem

    is there anyway to "lock" the size of a panel.. so it cant be resized by the user using the mouse?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by pleb
    is there anyway to "lock" the size of a panel.. so it cant be resized by the user using the mouse?
    Have a look at the Frame.setResiza ble(false) method call.

    kind regards,

    Jos

    Comment

    • pleb
      New Member
      • Dec 2007
      • 8

      #3
      Originally posted by JosAH
      Have a look at the Frame.setResiza ble(false) method call.

      kind regards,

      Jos
      nice one thanks very much

      Comment

      Working...