Fix radios being multi-selectible in Bert
This commit is contained in:
parent
12f01000dd
commit
b5f2aa6925
|
@ -126,6 +126,7 @@
|
|||
</constraints>
|
||||
<properties>
|
||||
<background color="-15128227"/>
|
||||
<focusPainted value="false"/>
|
||||
<font name="Exo 2"/>
|
||||
<foreground color="-1"/>
|
||||
<horizontalTextPosition value="10"/>
|
||||
|
@ -140,6 +141,7 @@
|
|||
</constraints>
|
||||
<properties>
|
||||
<background color="-15128227"/>
|
||||
<focusPainted value="false"/>
|
||||
<font name="Exo 2"/>
|
||||
<foreground color="-1"/>
|
||||
<horizontalTextPosition value="11"/>
|
||||
|
@ -166,6 +168,7 @@
|
|||
</constraints>
|
||||
<properties>
|
||||
<background color="-15128227"/>
|
||||
<focusPainted value="false"/>
|
||||
<font name="Exo 2"/>
|
||||
<foreground color="-1"/>
|
||||
<horizontalAlignment value="0"/>
|
||||
|
@ -180,10 +183,12 @@
|
|||
</constraints>
|
||||
<properties>
|
||||
<background color="-15128227"/>
|
||||
<focusPainted value="false"/>
|
||||
<font name="Exo 2"/>
|
||||
<foreground color="-1"/>
|
||||
<label value="v1.04 (Latest)"/>
|
||||
<opaque value="false"/>
|
||||
<selected value="true"/>
|
||||
<text value="v1.04 (Latest)"/>
|
||||
</properties>
|
||||
</component>
|
||||
|
@ -193,6 +198,7 @@
|
|||
</constraints>
|
||||
<properties>
|
||||
<background color="-15128227"/>
|
||||
<focusPainted value="false"/>
|
||||
<font name="Exo 2"/>
|
||||
<foreground color="-1"/>
|
||||
<opaque value="false"/>
|
||||
|
|
|
@ -55,6 +55,10 @@ public class Bert implements ActionListener {
|
|||
frame.setLocationRelativeTo(parent);
|
||||
frame.setAlwaysOnTop(true);
|
||||
|
||||
radios.add(baseCheck);
|
||||
radios.add(patchCheck1);
|
||||
radios.add(patchCheck2);
|
||||
|
||||
cancelbtn.addActionListener(this);
|
||||
downloadbtn.addActionListener(this);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user