KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > compiere > plaf > CompiereRootPaneUI


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

11 }
Popular Tags