Skip to content

Commit 09c46c8

Browse files
committed
Version updated from 2.3 to 2.4
1 parent 656cdf8 commit 09c46c8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+3398
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
/*
2+
* Copyright (C) 2020 util2
3+
*
4+
* This program is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
*/
17+
package org.wingate.cmilkshake;
18+
19+
import com.formdev.flatlaf.FlatDarkLaf;
20+
21+
/**
22+
*
23+
* @author util2
24+
*/
25+
public class CaramelMilkshake {
26+
public static void main(String[] args) {
27+
FlatDarkLaf.install();
28+
MainFrame mf = new MainFrame();
29+
mf.setVisible(true);
30+
}
31+
}
Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
3+
<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo">
4+
<NonVisualComponents>
5+
<Component class="javax.swing.JFileChooser" name="fcFiles">
6+
</Component>
7+
<Component class="javax.swing.JFileChooser" name="fcVideo">
8+
</Component>
9+
<Menu class="javax.swing.JMenuBar" name="jMenuBar1">
10+
<SubComponents>
11+
<Menu class="javax.swing.JMenu" name="jMenu1">
12+
<Properties>
13+
<Property name="text" type="java.lang.String" value="Fichier"/>
14+
</Properties>
15+
<SubComponents>
16+
<MenuItem class="javax.swing.JMenuItem" name="mnuFileASS">
17+
<Properties>
18+
<Property name="text" type="java.lang.String" value="Ouvrir un ASS..."/>
19+
</Properties>
20+
<Events>
21+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mnuFileASSActionPerformed"/>
22+
</Events>
23+
</MenuItem>
24+
<MenuItem class="javax.swing.JMenuItem" name="mnuFileQuit">
25+
<Properties>
26+
<Property name="text" type="java.lang.String" value="Quitter"/>
27+
</Properties>
28+
<Events>
29+
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="mnuFileQuitActionPerformed"/>
30+
</Events>
31+
</MenuItem>
32+
</SubComponents>
33+
</Menu>
34+
</SubComponents>
35+
</Menu>
36+
</NonVisualComponents>
37+
<Properties>
38+
<Property name="defaultCloseOperation" type="int" value="3"/>
39+
<Property name="title" type="java.lang.String" value="Caramel Milkshake 2.4.0 (cmilkshake) by TW2"/>
40+
</Properties>
41+
<SyntheticProperties>
42+
<SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/>
43+
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
44+
<SyntheticProperty name="generateCenter" type="boolean" value="false"/>
45+
</SyntheticProperties>
46+
<AuxValues>
47+
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
48+
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
49+
<AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
50+
<AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
51+
<AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
52+
<AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/>
53+
<AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
54+
<AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
55+
<AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
56+
<AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,2,87,0,0,2,-127"/>
57+
</AuxValues>
58+
59+
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/>
60+
<SubComponents>
61+
<Container class="javax.swing.JSplitPane" name="jSplitPane1">
62+
<Constraints>
63+
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
64+
<BorderConstraints direction="Center"/>
65+
</Constraint>
66+
</Constraints>
67+
68+
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout"/>
69+
<SubComponents>
70+
<Container class="javax.swing.JScrollPane" name="jScrollPane1">
71+
<AuxValues>
72+
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
73+
</AuxValues>
74+
<Constraints>
75+
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription">
76+
<JSplitPaneConstraints position="left"/>
77+
</Constraint>
78+
</Constraints>
79+
80+
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
81+
<SubComponents>
82+
<Component class="javax.swing.JTable" name="assTable_A">
83+
<Properties>
84+
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
85+
<Table columnCount="4" rowCount="4">
86+
<Column editable="true" title="Title 1" type="java.lang.Object"/>
87+
<Column editable="true" title="Title 2" type="java.lang.Object"/>
88+
<Column editable="true" title="Title 3" type="java.lang.Object"/>
89+
<Column editable="true" title="Title 4" type="java.lang.Object"/>
90+
</Table>
91+
</Property>
92+
</Properties>
93+
</Component>
94+
</SubComponents>
95+
</Container>
96+
<Container class="javax.swing.JScrollPane" name="jScrollPane2">
97+
<AuxValues>
98+
<AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/>
99+
</AuxValues>
100+
<Constraints>
101+
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JSplitPaneSupportLayout$JSplitPaneConstraintsDescription">
102+
<JSplitPaneConstraints position="right"/>
103+
</Constraint>
104+
</Constraints>
105+
106+
<Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/>
107+
<SubComponents>
108+
<Component class="javax.swing.JTable" name="assTable_B">
109+
<Properties>
110+
<Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor">
111+
<Table columnCount="4" rowCount="4">
112+
<Column editable="true" title="Title 1" type="java.lang.Object"/>
113+
<Column editable="true" title="Title 2" type="java.lang.Object"/>
114+
<Column editable="true" title="Title 3" type="java.lang.Object"/>
115+
<Column editable="true" title="Title 4" type="java.lang.Object"/>
116+
</Table>
117+
</Property>
118+
</Properties>
119+
</Component>
120+
</SubComponents>
121+
</Container>
122+
</SubComponents>
123+
</Container>
124+
<Container class="javax.swing.JPanel" name="jPanel1">
125+
<Properties>
126+
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
127+
<Dimension value="[10, 400]"/>
128+
</Property>
129+
</Properties>
130+
<Constraints>
131+
<Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription">
132+
<BorderConstraints direction="North"/>
133+
</Constraint>
134+
</Constraints>
135+
136+
<Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/>
137+
</Container>
138+
</SubComponents>
139+
</Form>

0 commit comments

Comments
 (0)