Skip to content

Instantly share code, notes, and snippets.

View sipadan2003's full-sized avatar

Takayuki MINATO sipadan2003

View GitHub Profile
@sipadan2003
sipadan2003 / TMGridBagConstraints.java
Last active July 16, 2016 17:58
Enhanced GridBagLayout Components
package tv.minato.common.gui;
/**
*{@link tv.minato.gui.layout.TMGridBagLayout TMGridBagLayout}でレイアウトを指定するためのクラスです。
*@since 1.8
*@Version 1.00 2016/07/16 for Java 1.8
*@author 1.00 Takayuki MINATO
*/
public class TMGridBagConstraints extends Object implements Cloneable {
/**