State if table with completed games is shown is saved in java prefs now.

This commit is contained in:
LevelX2 2015-04-23 16:19:24 +02:00
parent a0424aec50
commit 2157c63160
4 changed files with 19 additions and 6 deletions

View file

@ -101,6 +101,7 @@
<Properties>
<Property name="selected" type="boolean" value="true"/>
<Property name="text" type="java.lang.String" value="Show Completed"/>
<Property name="toolTipText" type="java.lang.String" value="&lt;HTML&gt;Toggles the visibility of the table of completed&#xa;&lt;br&gt;matches and tournaments in the lower area"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="chkShowCompletedActionPerformed"/>