[cp-patches] FYI: BasicInternalFrameUI fix

2006-08-03 Thread Roman Kennke
This makes InternalFrames adjust their size to their parent's size when in maximized mode. 2006-08-03 Roman Kennke [EMAIL PROTECTED] PR 27637 * javax/swing/plaf/basic/BasicInternalFrameUI.java (ComponentHandler.componentResized): Reimplemented to handle

[cp-patches] FYI: BasicInternalFrameUI fix

2006-05-10 Thread Roman Kennke
This sets the bg color of the content pane of a JInternalFrame to null at UI install time, and only if there is no custom color already set. This fixes bug#27481 and causes no regressions AFAICS. 2006-05-10 Roman Kennke [EMAIL PROTECTED] PR 27481 *