de.ba_ravensburg.gdv.view
Class Utils
java.lang.Object
de.ba_ravensburg.gdv.view.Utils
public class Utils
- extends Object
- Author:
- Max Schloss
Constructor Summary |
Utils()
|
Method Summary |
static GridBagConstraints |
makeGBC(int gridx,
int gridy,
int gridwidth,
int gridheight,
double weightx,
double weighty,
int anchor,
int fill)
|
static GridBagConstraints |
makeGBC(int gridx,
int gridy,
int gridwidth,
int gridheight,
double weightx,
double weighty,
int topInset,
int leftInset,
int bottomInset,
int rightInset,
int anchor,
int fill)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
makeGBC
public static GridBagConstraints makeGBC(int gridx,
int gridy,
int gridwidth,
int gridheight,
double weightx,
double weighty,
int anchor,
int fill)
makeGBC
public static GridBagConstraints makeGBC(int gridx,
int gridy,
int gridwidth,
int gridheight,
double weightx,
double weighty,
int topInset,
int leftInset,
int bottomInset,
int rightInset,
int anchor,
int fill)
Copyright © 2004 Max Schloss and Ansgar Wiechers. All Rights Reserved.