Skip to content

jnile/KOFKArchiveFileManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KOFK Archive File Manager

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.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain sources
  • lib: the folder to maintain dependencies

Meanwhile, the compiled output files will be generated in the bin folder by default.

File Structure

  • 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 panels
  • Selection.java: Panel which allows you to select the listing to modify
  • Modify.java: Panel which allows you to change values of the listing
  • DatabaseHandler.java: Reads, Writes and appends data with the files in the KOFKArchive directory

Dependency Management

The JAVA PROJECTS view allows you to manage your dependencies. More details can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages