/EmptyWindowCustomSolidColor

Creates simple colored window with user defined fill color and window's title

Primary LanguageJava

EmptyWindowCustomSolidColor

Creates simple GUI window filled with solid color, defined by user in first argument line and maximized to desktop resolution. Title for the windows could be defined as second argument:

c:\OpenJDK\bin\java.exe -classpath out\production\EmptyWindowCustomSolidColor com.beginwithsoftware.emptycolorwindow.EmptyWindowColorFrame #AAABBB "My Window Title"