Skip to content

Commit

Permalink
Updated about dialog to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
vbmacher committed Oct 24, 2011
1 parent cc6b170 commit 7641ebf
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
25 changes: 13 additions & 12 deletions src/emustudio/gui/AboutDialog.form
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.1" encoding="UTF-8" ?>

<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
<Properties>
<Property name="defaultCloseOperation" type="int" value="2"/>
<Property name="title" type="java.lang.String" value="About emuStudio"/>
Expand All @@ -27,7 +27,6 @@
<Component id="panelLogo" min="-2" max="-2" attributes="0"/>
<EmptySpace type="separate" max="-2" attributes="0"/>
<Component id="panelInfo" min="-2" max="-2" attributes="0"/>
<EmptySpace min="-2" max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
Expand All @@ -36,8 +35,8 @@
<Group type="102" alignment="0" attributes="0">
<EmptySpace max="-2" attributes="0"/>
<Group type="103" groupAlignment="0" attributes="0">
<Component id="panelLogo" alignment="0" min="-2" max="-2" attributes="1"/>
<Component id="panelInfo" alignment="0" max="32767" attributes="1"/>
<Component id="panelLogo" alignment="0" min="-2" max="-2" attributes="1"/>
</Group>
<EmptySpace max="-2" attributes="0"/>
</Group>
Expand Down Expand Up @@ -101,7 +100,7 @@
<EmptySpace max="-2" attributes="0"/>
<Component id="lblVersion" min="-2" max="-2" attributes="0"/>
</Group>
<Component id="jLabel1" alignment="0" min="-2" max="-2" attributes="0"/>
<Component id="jLabel1" alignment="0" min="-2" pref="340" max="-2" attributes="0"/>
</Group>
<EmptySpace max="32767" attributes="0"/>
</Group>
Expand All @@ -120,8 +119,8 @@
<Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/>
</Group>
<EmptySpace type="unrelated" max="-2" attributes="0"/>
<Component id="jLabel1" min="-2" max="-2" attributes="0"/>
<EmptySpace pref="72" max="32767" attributes="0"/>
<Component id="jLabel1" pref="81" max="32767" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
</Group>
</Group>
</DimensionLayout>
Expand All @@ -137,25 +136,27 @@
</Component>
<Component class="javax.swing.JLabel" name="lblCopyright">
<Properties>
<Property name="text" type="java.lang.String" value="&#xa9; Copyright 2006-2010, Peter Jakub&#x10d;o"/>
<Property name="text" type="java.lang.String" value="&#xa9; Copyright 2006-2011, Peter Jakub&#x10d;o"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="lblVersion">
<Properties>
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
<Font name="Tahoma" size="11" style="1"/>
<Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
<FontInfo relative="true">
<Font bold="true" component="lblVersion" property="font" relativeSize="true" size="0"/>
</FontInfo>
</Property>
<Property name="text" type="java.lang.String" value="0.37b"/>
<Property name="text" type="java.lang.String" value="0.38b"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLabel4">
<Properties>
<Property name="text" type="java.lang.String" value="version:"/>
<Property name="text" type="java.lang.String" value="Version:"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLabel1">
<Properties>
<Property name="text" type="java.lang.String" value="This software is released under GNU GPL license, version 2."/>
<Property name="text" type="java.lang.String" value="&lt;html&gt;This software is released under GNU GPL license, version 2. For more information, please visit project web page at &lt;a href=&quot;http://emustudio.sf.net&quot;&gt;http://emustudio.sf.net&lt;/a&gt;."/>
</Properties>
</Component>
</SubComponents>
Expand Down
23 changes: 11 additions & 12 deletions src/emustudio/gui/AboutDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ private void initComponents() {
lblName.setFont(new java.awt.Font("Tahoma", 1, 18));
lblName.setText("emuStudio");

lblCopyright.setText("© Copyright 2006-2010, Peter Jakubčo");
lblCopyright.setText("© Copyright 2006-2011, Peter Jakubčo");

lblVersion.setFont(new java.awt.Font("Tahoma", 1, 11)); // NOI18N
lblVersion.setText("0.37b");
lblVersion.setFont(lblVersion.getFont().deriveFont(lblVersion.getFont().getStyle() | java.awt.Font.BOLD));
lblVersion.setText("0.38b");

jLabel4.setText("version:");
jLabel4.setText("Version:");

jLabel1.setText("This software is released under GNU GPL license, version 2.");
jLabel1.setText("<html>This software is released under GNU GPL license, version 2. For more information, please visit project web page at <a href=\"http://emustudio.sf.net\">http://emustudio.sf.net</a>.");

javax.swing.GroupLayout panelInfoLayout = new javax.swing.GroupLayout(panelInfo);
panelInfo.setLayout(panelInfoLayout);
Expand All @@ -114,7 +114,7 @@ private void initComponents() {
.addComponent(jLabel4)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(lblVersion))
.addComponent(jLabel1))
.addComponent(jLabel1, javax.swing.GroupLayout.PREFERRED_SIZE, 340, javax.swing.GroupLayout.PREFERRED_SIZE))
.addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
);
panelInfoLayout.setVerticalGroup(
Expand All @@ -129,8 +129,8 @@ private void initComponents() {
.addComponent(lblVersion)
.addComponent(jLabel4))
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
.addComponent(jLabel1)
.addContainerGap(72, Short.MAX_VALUE))
.addComponent(jLabel1, javax.swing.GroupLayout.DEFAULT_SIZE, 81, Short.MAX_VALUE)
.addContainerGap())
);

javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
Expand All @@ -140,16 +140,15 @@ private void initComponents() {
.addGroup(layout.createSequentialGroup()
.addComponent(panelLogo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addGap(18, 18, 18)
.addComponent(panelInfo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap())
.addComponent(panelInfo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
);
layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(layout.createSequentialGroup()
.addContainerGap()
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addComponent(panelLogo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(panelInfo, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
.addComponent(panelInfo, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
.addComponent(panelLogo, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
.addContainerGap())
);

Expand Down
2 changes: 1 addition & 1 deletion src/emustudio/main/Automatization.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* KISS, YAGNI
*
* Copyright (C) 2010 Peter Jakubčo <[email protected]>
* Copyright (C) 2010-2011 Peter Jakubčo <[email protected]>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Expand Down

0 comments on commit 7641ebf

Please sign in to comment.