posted 20 years ago
Or should they? Any comments will be greatly appreciated.
Looking at my own client classes I would say most of them should not be coderanch, since I seriously doubt that Bodgitt and Scarper, their affiliates or anyone else would ever want to use anything but the most central couple of classes.
These are the candidates for public access I can identify:
Starter (because it holds the main method). What's a good name for such a class anyway?RecordTableModel (a Swing TableModel backed by a collection of database records, since it is, at least in theory, reusable)Contractor, ContractorTableModel and ContractorTablePanel. These all deal with database records representing contractors and are also, in theory, reusable.
Any comments on what to make public are very welcome. I am thinking of choosing "Starter" alone.