Java: Easy Extension Library
From Global Programming Syntax
The Java Easy Extension Library is still in development and documentation is currently been kept up to date on this site as the library is being produced. This library is designed to be similar to the php and gml libraries making it much easier to piece together a application.
Development Documentation - functions
displaywindow()
displaywindow(640,480,"Test window",true) displaywindow(int width,int height,String title,boolean center)
This function creates a new window to the specifications entered into the function. The first parameter is width, second is window height, the third is what goes into the title block and the last parameter is weather the window is centered.
