A panel is control used to sub-divide the form according to functionality. For example a Windows form is divided with two panel controls, one contains the controls for search criteria and the other one show the outcome.
Questions tagged [panels]
258 questions
-2
votes
1 answer
java Swing best way to place panels within frame
i have 3 panels, panel1 has 3 components(ADD, Delete, Edit) JButtons, panel2(scrollPane) has jtable and panel3 again as (5 JTextFields, 5JLabels). when I add all panels into frame panel3 components shows paritialy only means (4JTextFields) only…

arvind
- 9
- 1
- 8
-2
votes
3 answers
How to create this type of panels in Android?
I've seen this type of panels (white ones with the shadow border at the bottom) and I would like to use them in my apps.
https://lh6.ggpht.com/i_RUUvI7G2UM1eBn5hAcJQvqK_K1tHMiw7ynAc4hwwUD1_J1g03MkMBaFu0n5jA2YA=h900-rw
What kind of panels are and…

Charlie
- 3
- 1
- 4
-3
votes
1 answer
Panels creates very long css class names
I'm using Panels, which creates very long CSS class names. How can I shorten the css code?
My HTML code in my frontage is 450K. How can I optimize it?
thank you

reza
- 133
- 13