Menu

#15 JRootPane doesn't repaint (?) in FreeRapid and Matlab

0.2.0
closed
nobody
None
major
laf
2013-05-12
2012-12-23
Willem3141
No

See this: [https://sourceforge.net/p/joxy/discussion/general/thread/a0cd3f7e/#afbe]

It seems that the root pane doesn't repaint for some reason, but I have no idea why.

Related

Discussion: Usage of Joxy Look and Feel

Discussion

  • Willem3141

    Willem3141 - 2012-12-23

    It is fixed now. Apparently these two programs set the JRootPane to non-opaque, which I reproduced by doing the same in our Joxy test GUI. The fix was to include

    setOpaque(true);
    

    in Joxy's delegate for the JRootPane. However I still don't know

    • why the applications do this at all;
    • why it actually worked for other applications (BasicRootPaneUI sets the root pane opacity to false).

    Well, it at least works now for both FreeRapid and Matlab.

     
  • Willem3141

    Willem3141 - 2012-12-23
    • status: open --> closed
     
  • Willem3141

    Willem3141 - 2013-05-12
    • Milestone: 0.2.1 --> 0.2.0
     
  • Willem3141

    Willem3141 - 2013-05-12

    This was already fixed in 0.2.0, it had the wrong milestone.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.