HI!
Ich schaffe es einfach nicht einen vertikalen JSeparator in FormLayout darzustellen
Ein horizontaler wird wohl angezeigt. Ich habe schon diverse Sachen mit center, grow, fill und setColumnGroups versucht, aber leider ohn Erfolg.
Hätte jemand eine Idee
Tobias
Ich schaffe es einfach nicht einen vertikalen JSeparator in FormLayout darzustellen

Code:
FormLayout panel2Layout = new FormLayout("pref","pref");
setLayout(panel2Layout);
CellConstraints cc = new CellConstraints();
add(new JSeparator(JSeparator.VERTICAL), cc.xy(1,1));
Ein horizontaler wird wohl angezeigt. Ich habe schon diverse Sachen mit center, grow, fill und setColumnGroups versucht, aber leider ohn Erfolg.
Hätte jemand eine Idee
Tobias