At some point, we should probably get a Java project created for the client application and agree on the package hierarchy. So, far I've been referring to org.virtmlc.*. Any ideas?
I say we separate the GUI classes (JPanel, JTable, JMenu, etc.) from the rest of the application in the package hierarchy.
At some point, we should probably get a Java project created for the client application and agree on the package hierarchy. So, far I've been referring to org.virtmlc.*. Any ideas?
I say we separate the GUI classes (JPanel, JTable, JMenu, etc.) from the rest of the application in the package hierarchy.
For example,
org.virtmlc.gui.history.HistoryPanel
org.virtmlc.gui.history.HistoryTable
org.virtmlc.gui.image.*
org.virtmlc.gui.tool.*
org.virtmlc.operation.greek.*
org.virtmlc.operation.basic.*
org.virtmlc.operation.calculus.*
org.virtmlc.operation.statistics.*
What else do you guys think?
Andy
This looks very organized. I'm fine with it.
Ric