Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

API Extension - Window expansion and rendering

Status
Not open for further replies.
Engineer
Joined
Jul 28, 2013
Messages
2,776
Shortly after our initial release, an api extension will be added which will allow the expansion of the bottom of the client window. Bots will be able to pre-define a height for this extension, and then be able to render directly onto this window via JavaFX. This will replace the traditional canvas overlay mechanism used by traditional bots in favor of a more flexible, widely supported, and proper implementation. In addition, users will be able to manually collapse and re-expand all window extensions.

As always, the communities suggestions and feedback are always welcome.
 
Last edited:
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
As a note, this provides a flexible model that can be as simple as paint (couple lines to quickly output data) with the help of provided helper classes or a more advanced configuration with full access to native JavaFX functionality, like tabbed panes, graphs, progress bars, etc. To see an impressive array of these features in action I would recommend taking a look at the Ensemble gallery in the official Oracle JavaFX Samples. It's beautiful stuff.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
This has already been released, and because of that this will be archived.
 
Status
Not open for further replies.
Top