All Downloads are FREE. Search and download functionalities are using the official Maven repository.

freeseawind.lf.basic.table.LuckTableUI Maven / Gradle / Ivy

The newest version!
package freeseawind.lf.basic.table;

import javax.swing.JComponent;
import javax.swing.plaf.ComponentUI;
import javax.swing.plaf.basic.BasicTableUI;

/**
 * 

TableUI实现类。

* *

TableUI implement class.

* * @author freeseawind@github * @version 1.0 */ public class LuckTableUI extends BasicTableUI { public static ComponentUI createUI(JComponent c) { return new LuckTableUI(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy