Forums Register Login

More criteriaFind and JComboBoxes

+Pie Number of slices to send: Send
I need help to interpret my assignment instructions that says:


The user interface for this assignment must satisfy the following criteria:
- ...
- ...
- The user should be able to select the origin and destination of flights, and the display should update to show only flights that satisfy those criteria. The user must be able to describe enter the string value "any" for the origin, destination, or both, so as to implement a wildcard-like feature


Even though my assignment uses "Carrier" to give an example of the criteriaFind() method, I think that the first quoted statement is pretty clear and states clearly that I only need to allow gui users to filter by origin and destination. Anyone disagree?
The example os criteriaFind reads:


For example, the following argument string would select all records describing flights by the SpeedyAir carrier that originate in San Francisco:
"Carrier='SpeedyAir',Origin='SFO'"



JComboBox:
I am using editable JComboBoxes for accepting the origin and destination airports. Located at the to of my window there is a panel (using BoxLayout +X_AXIS) containing the two comboboxes and the search button in a row like this:
Origin: [jcombobox] Dest: [jcombobox] [search]
My problem is that the width of the comboboxes are far larger than necessary (the itens have a maximum of 3 chars) and they are not resizing properly when the window is resizing. I am reluctant to use a JComboBox.setPreferredSize() or some other thing that might involve calculating pixel size of stuff.
Has anyone been through this yet? Any suggestions?
Thanks in advance
[ July 09, 2003: Message edited by: Marcos Motta ]
[ July 09, 2003: Message edited by: Marcos Motta ]
+Pie Number of slices to send: Send
I had two combo boxes as well, and I would definitely NOT fix the combo size based on the size of the frame.
If the frame is too small, too bad, and the frame is very large, position the combo boxes such that their layout in the say the top most portion of the panel is always preserved.
I think I'll just lie down here for a second. And ponder this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 755 times.
Similar Threads
CriteriaFind Question regarding string
breaking user's hand and heart too....
Gui layout
Doubt in the implementation of criteriaFind() method
FBN: Search fields to be provided
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 29, 2024 04:51:42.