-1
我能夠改變的JInternalFrame的標題欄的字體,但我無法改變的JInternalFrame的前景......我嘗試使用下面的代碼,但憑着努力無法更改Jinternal框架的標題前景
UIManager.put("InternalFrame.activeTitleBackground", Color.red);
UIManager.put("InternalFrame.activeTitleForeground", Color.blue);
UIManager.put("InternalFrame.inactiveTitleBackground", Color.black);
UIManager.put("InternalFrame.inactiveTitleForeground", Color.yellow);