Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
198 views

FlowLayoutPanel Height bug when using AutoSize

I have a form holding a TableLayout with 1 column and 3 rows that holds 2 FlowLayoutPanels and a Text box. All Rows are AutoSize, and the column is set to Percentage=100%. Each FlowLayoutPanel holds ...
1
vote
1answer
154 views

IntelliJ Idea GUI Forms: Null Layout

Hey all, I'm migrating from Netbeans to IntelliJ. Now I'm trying to create a GUI form, and, unlike Netbeans, IntelliJ doesn't let you use a "Null Layout". Is there any way to put JComponents inside of ...
1
vote
5answers
839 views

Suggestions for making pixel-perfect CSS layouts?

One business goal requires that I make a form on screen that's pixel-perfect. If a user prints this form, it will exactly match the US Government Printing Office version of the form; the printer will ...
0
votes
2answers
6k views

Label Text Alignment in fieldset with CSS

In my fieldset I have labels next (side) to my textboxes, but for some reason, they are towards the top and not middle. Here is my CSS for the fieldset: fieldset { clear: both; font-size: 100%; ...
-2
votes
1answer
73 views

JGoodies… FormLayout

Ok so i am trying to get a 3 JPanel JFrame where right and left panel have a fixed width but are vertically re-sizable and a center panel that can be re-sized both horizontally and vertically. Since ...