Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
derreisende77 committed Aug 27, 2024
1 parent 868eb46 commit 70ba3bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ private void initComponents() {
cbAudio = new JCheckBox();
cbLivestreams = new JCheckBox();
panel1 = new JPanel();
scrollPane1 = new JScrollPane();
xHeader1 = new JXHeader();
panel3 = new JPanel();
var scrollPane1 = new JScrollPane();
var xHeader1 = new JXHeader();
var panel3 = new JPanel();
checkBox1 = new JCheckBox();
checkBox24 = new JCheckBox();
checkBox2 = new JCheckBox();
Expand Down Expand Up @@ -635,9 +635,6 @@ private void initComponents() {
private JCheckBox cbAudio;
private JCheckBox cbLivestreams;
private JPanel panel1;
private JScrollPane scrollPane1;
private JXHeader xHeader1;
private JPanel panel3;
private JCheckBox checkBox1;
private JCheckBox checkBox24;
private JCheckBox checkBox2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,16 +200,25 @@ new FormModel {
"toolTipText": "<html>Die Einstellungen beziehen sich auf den nächsten <b>vollständigen</b> Ladevorgang einer Fillmliste.<br>Es kann somit vorkommen dass die Aktualisierung erst nach Neustart des Programms <br><b>und dem Laden einer kompletten Liste vom Server</b> (keine DIFF-Liste!) sichtbar wird.<br><br>Hier geänderte Einstellungen werden in der Senderliste des Filterdialogs <b>erst nach Neustart</b> sichtbar!</html>"
add( new FormContainer( "javax.swing.JScrollPane", new FormLayoutManager( class javax.swing.JScrollPane ) ) {
name: "scrollPane1"
auxiliary() {
"JavaCodeGenerator.variableLocal": true
}
add( new FormComponent( "org.jdesktop.swingx.JXHeader" ) {
name: "xHeader1"
"title": "Neustart erforderlich"
"description": "Alle Änderungen hier erfordern den Neustart der Applikation und ein erneutes Laden der Filmliste."
auxiliary() {
"JavaCodeGenerator.variableLocal": true
}
} )
}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
"value": "cell 0 0 7 1,aligny center,grow 100 0"
} )
add( new FormContainer( "javax.swing.JPanel", new FormLayoutManager( class java.awt.BorderLayout ) ) {
name: "panel3"
auxiliary() {
"JavaCodeGenerator.variableLocal": true
}
}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
"value": "cell 0 0 7 1"
} )
Expand Down

0 comments on commit 70ba3bd

Please sign in to comment.