1 package org.compiere.plaf; 2 3 import javax.swing.plaf.metal.MetalRootPaneUI; 4 5 public class CompiereRootPaneUI extends MetalRootPaneUI 6 { 7 /** 8 * MetalTitlePane does the Layout & Painting of the Window including System MenuBar 9 * The titlePane is private in MetalRootPaneUI 10 */ 11 }