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

convex.gui.manager.windows.actor.ArgBox Maven / Gradle / Ivy

There is a newer version: 0.7.15
Show newest version
package convex.gui.manager.windows.actor;

import javax.swing.JTextField;

import convex.gui.utils.Toolkit;

@SuppressWarnings("serial")
public class ArgBox extends JTextField {

	public ArgBox() {
		setFont(Toolkit.SMALL_MONO_FONT);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy