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⚡️
- Host: GitHub
- URL: https://github.com/willdoescode/cpstes
- Owner: willdoescode
- Created: 2020-06-15T05:37:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T21:34:20.000Z (almost 6 years ago)
- Last Synced: 2025-07-13T16:48:23.280Z (9 months ago)
- Language: Java
- Homepage:
- Size: 44.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_*