Hey, I was wondering what the easiest organization would be for placing separate scrolling lists and editable text fields into a tabbed pane.
I am creating a multiple conversion program (what I call multiConverter), which is supposed to convert one unit to another. I plan on having the input and output scrolling lists side-by-side respectively and the input and output numbers stacked. The input is editable, the output is not. I plan on using many methods of conversion and for simplicity's sake, I will create tabs for each conversion method (area, length, temperature, data storage, etc.).
I need some help with the code's organization. Any other ideas would be appreciated as well to benefit the project.