A simple Java lab-work for the class of 'Programming in Java'
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Kakshya RMS is a result management system app written in Java to understand the usage of various Java libraries and concepts. Here's why:
- Every topic and concept is attempted to be implemented in the most practical way.
- This should help you to understand the concepts and learn the best way to implement them. 😄
Thi is still a work in progress and you can help us by contributing to the project.
The goal of the project was to cover almost/all the concepts and libraries of Java included in the curriculum of 'Programming in Java' class. Also, I have tried to avoid external libraries and frameworks.
- IntelliJ Idea Community Edition
- Open Jdk 17 (Downloaded by from Intellij itself)
- JavaFx
- Awt
- Swing
- JDBC
- Socket
- MySql with Xampp
JDK should be installed on your device along with JavaFx.
Here are some of the screenshots of the application.
Charts
Import and Export Data with csv [Wip]
CLI based chat system
- Basics
- If Else
- While
- Do while
- For Loop
- For Each
- Switch Case
- Arrays
- Basic Class
- Access Modifiers
- Constructors
- Nested Inner Class
- Final
- Static
- Inheritance
- Super Class & its Access
- Method Overriding
- Dynamic Method Dispatch
- Final with Inheritance
- Abstract Class
- Interface
- Implementing Interface
- Interface can be Extended
- Nested Interface
- Packages
- Setting Classpath
- Exception Handling
- Multiple Catch
- Nested Try
- Throw
- Finally
- Throws
- Builtin Exception
- Chained Exception
- Create and Write on file
- Read file Content
- AWT
- AWT Controls
- Label
- Button
- TextField
- TextArea
- CheckBox
- Choice
- List
- Scrollbar
- Menu
- Flowlayout
- BorderLayout
- GridLayout
- CardLayout
- GridBagLayout
- Events Classes
- Event Listeners
- Action Listener
- Adjustment Listener
- Component Listener
- Container Listener
- Focus Listener
- Item Listener
- Key Listener
- Mouse Listener
- MouseMotion Listener
- MouseWheel Listener
- Text Listener
- WindowFocus Listener
- Window Listener
- Adapter Class
- Close By Window Button
- Swing
- Multicasting
- JFrame
- JTextField
- JOptionPane
- Dialog in Swing
- Graphics
- Color Controls
- Custom Font and Size
- Geometry
- DrawArc Implementation
- DrawOval Implementation
- DrawRect Implementation
- PolyLine Implementation
- Polygon Implementation
- Round Rectangle Implementation
- Database
- JDBC Connection
- SQL Commands
- Select Operation
- Create Operation
- Create Table from Java Code
- Update Operation
- Delete Operation
- Networking
- URL Class
- InetAddress Class
- URL Implementation
- URL Connection Implementation
- HttpURL Connection Implementation
- Whois Implementation
- Socket Programming
- Socket Chat Server
- Socket Chat Client
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License however, you have to link back to the original source. Please do not the copy the project in its entirity and submit it as your own on your academic assignments. You can use the code as a reference but you cannot submit it as your own.
Bikram Parajuli
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!
- Github Awesome Readme
- Styling Javafx charts
- Java Notes
- Img Shields
- Contrib Rocks
- UI Inspiration
- and @arjunadikary for his help in setting up the environment.