/KPanel

A Framework for beginners to easily work with graphics and Event handling without having to do very much of the work themselves

Primary LanguageJava

KPanel

General Description

A Framework for beginners to easily work with graphics and input Event handling without having to do very much of the work themselves. Simply set up a KFrame with a KPanel, set your VERTICAL & HORIZONTAL GridConstraints, and then you can add Nodes to the Grid, and their input events will be automatically handled. Actions called by the Node can be easily set with a lambda expression.