An open API service indexing awesome lists of open source software.

https://github.com/willdoescode/cpstes

⚡️A cps test app written in Java⚡️
https://github.com/willdoescode/cpstes

Last synced: 5 months ago
JSON representation

⚡️A cps test app written in Java⚡️

Awesome Lists containing this project

README

          

**This is my custom cps test**

**I wrote this in java swing which I am still getting used to so don't bully me**

*_my action listeners are formated as follows_*

`buttonname.addActionListener(new ActionListenser() {`

`@Override`

`public void ActionPerformed(ActionEvent e) {`


`}`

`}`


*_instead of creating a class for the event and creating a new_*

*_instance everytime_*