This is a GUI Program designed to make it easier to add and modify listings on KOFKArchive. This is still in creation so full functionality is not yet implemented.
The workspace contains two folders by default, where:
src: the folder to maintain sourceslib: the folder to maintain dependencies
Meanwhile, the compiled output files will be generated in the bin folder by default.
Main.java: Controls the entire program and is the central controller.MainMenuPanel.java: Panel which handles all of the MainMenu panel functionalities (directing to different panels)NewListing.java: Panel which handles all of the New Listing panel functionalities (creates new listings).ModifyManager.java: Panel which handles all other modification panelsSelection.java: Panel which allows you to select the listing to modifyModify.java: Panel which allows you to change values of the listingDatabaseHandler.java: Reads, Writes and appends data with the files in the KOFKArchive directory
The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.