summaryrefslogtreecommitdiffstats
path: root/doc/jrummikub/view/impl/View.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/jrummikub/view/impl/View.html')
-rw-r--r--doc/jrummikub/view/impl/View.html1179
1 files changed, 1004 insertions, 175 deletions
diff --git a/doc/jrummikub/view/impl/View.html b/doc/jrummikub/view/impl/View.html
index 5082cb9..75b8ae8 100644
--- a/doc/jrummikub/view/impl/View.html
+++ b/doc/jrummikub/view/impl/View.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_22) on Wed Jun 22 11:42:06 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Tue Jul 05 21:52:00 CEST 2011 -->
<TITLE>
View
</TITLE>
-<META NAME="date" CONTENT="2011-06-22">
+<META NAME="date" CONTENT="2011-07-05">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
@@ -37,7 +37,8 @@ function windowTitle()
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../jrummikub/view/impl/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/View.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
@@ -54,7 +55,7 @@ function windowTitle()
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
+&nbsp;<A HREF="../../../jrummikub/view/impl/TablePanel.html" title="class in jrummikub.view.impl"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?jrummikub/view/impl/View.html" target="_top"><B>FRAMES</B></A> &nbsp;
@@ -75,9 +76,9 @@ function windowTitle()
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
- SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_java.awt.Component">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_javax.swing.JFrame">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+ SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_javax.swing.JFrame">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
@@ -100,11 +101,11 @@ java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>jrummikub.view.impl.View</B>
</PRE>
<DL>
-<DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants, jrummikub.view.IView</DD>
+<DT><B>All Implemented Interfaces:</B> <DD>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants, <A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></DD>
</DL>
<HR>
<DL>
-<DT><PRE>public class <B>View</B><DT>extends javax.swing.JFrame<DT>implements jrummikub.view.IView</DL>
+<DT><PRE>public class <B>View</B><DT>extends javax.swing.JFrame<DT>implements <A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></DL>
</PRE>
<P>
@@ -126,23 +127,63 @@ Implementation of the top-level view interface
<B>Nested Class Summary</B></FONT></TH>
</TR>
</TABLE>
-&nbsp;<A NAME="nested_classes_inherited_from_class_java.awt.Component"><!-- --></A>
+&nbsp;<A NAME="nested_classes_inherited_from_class_javax.swing.JFrame"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Nested classes/interfaces inherited from class javax.swing.JFrame</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>javax.swing.JFrame.AccessibleJFrame</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<A NAME="nested_classes_inherited_from_class_java.awt.Frame"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Frame</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>java.awt.Frame.AccessibleAWTFrame</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<A NAME="nested_classes_inherited_from_class_java.awt.Window"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Window</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>java.awt.Window.AccessibleAWTWindow</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<A NAME="nested_classes_inherited_from_class_java.awt.Container"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Container</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>java.awt.Container.AccessibleAWTContainer</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<A NAME="nested_classes_inherited_from_class_java.awt.Component"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Nested classes/interfaces inherited from class java.awt.Component</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>java.awt.Component.BaselineResizeBehavior</CODE></TD>
+<TD><CODE>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</CODE></TD>
</TR>
</TABLE>
&nbsp;
<A NAME="nested_classes_inherited_from_class_jrummikub.view.IView"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TH ALIGN="left"><B>Nested classes/interfaces inherited from interface jrummikub.view.IView</B></TH>
+<TH ALIGN="left"><B>Nested classes/interfaces inherited from interface jrummikub.view.<A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>jrummikub.view.IView.BottomPanelType</CODE></TD>
+<TD><CODE><A HREF="../../../jrummikub/view/IView.BottomPanelType.html" title="enum in jrummikub.view">IView.BottomPanelType</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
@@ -154,6 +195,230 @@ Implementation of the top-level view interface
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/view/IView.BottomPanelType.html" title="enum in jrummikub.view">IView.BottomPanelType</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#bottomPanelType">bottomPanelType</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;javax.swing.JFileChooser</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#chooser">chooser</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/view/impl/ConnectPanel.html" title="class in jrummikub.view.impl">ConnectPanel</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#connectPanel">connectPanel</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/view/impl/GameListPanel.html" title="class in jrummikub.view.impl">GameListPanel</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#gameListPanel">gameListPanel</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;javax.swing.JLayeredPane</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#layeredPane">layeredPane</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/util/Event.html" title="class in jrummikub.util">Event</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#loadEvent">loadEvent</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/util/Event1.html" title="class in jrummikub.util">Event1</A>&lt;java.io.File&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#loadFileEvent">loadFileEvent</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/view/impl/LoginPanel.html" title="class in jrummikub.view.impl">LoginPanel</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#loginPanel">loginPanel</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;javax.swing.JPanel</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#mainLayer">mainLayer</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;javax.swing.JMenuBar</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#menuBar">menuBar</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/util/Event.html" title="class in jrummikub.util">Event</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#menuNewGameEvent">menuNewGameEvent</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/util/Event.html" title="class in jrummikub.util">Event</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#networkGameEvent">networkGameEvent</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/view/impl/PausePanel.html" title="class in jrummikub.view.impl">PausePanel</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#pausePanel">pausePanel</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#PLAYER_PANEL_MAX_HEIGHT">PLAYER_PANEL_MAX_HEIGHT</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private static&nbsp;float</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#PLAYER_PANEL_RATIO">PLAYER_PANEL_RATIO</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/view/impl/PlayerPanel.html" title="class in jrummikub.view.impl">PlayerPanel</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#playerPanel">playerPanel</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/util/Event.html" title="class in jrummikub.util">Event</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#quitEvent">quitEvent</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;javax.swing.JFrame</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#quitWarningFrame">quitWarningFrame</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/view/impl/QuitWarningPanel.html" title="class in jrummikub.view.impl">QuitWarningPanel</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#quitWarningPanel">quitWarningPanel</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/view/impl/RoundEndPanel.html" title="class in jrummikub.view.impl">RoundEndPanel</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#roundEndPanel">roundEndPanel</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/util/Event1.html" title="class in jrummikub.util">Event1</A>&lt;java.io.File&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#saveEvent">saveEvent</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;javax.swing.JMenuItem</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#saveItem">saveItem</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/view/impl/ScorePanel.html" title="class in jrummikub.view.impl">ScorePanel</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#scorePanel">scorePanel</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/view/impl/SettingsPanel.html" title="class in jrummikub.view.impl">SettingsPanel</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#settingsPanel">settingsPanel</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/view/impl/SidePanel.html" title="class in jrummikub.view.impl">SidePanel</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#sidePanel">sidePanel</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/view/impl/StartTurnPanel.html" title="class in jrummikub.view.impl">StartTurnPanel</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#startTurnPanel">startTurnPanel</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;<A HREF="../../../jrummikub/view/impl/TablePanel.html" title="class in jrummikub.view.impl">TablePanel</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#table">table</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#TABLE_BORDER_WIDTH">TABLE_BORDER_WIDTH</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_javax.swing.JFrame"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
@@ -161,7 +426,7 @@ Implementation of the top-level view interface
<TH ALIGN="left"><B>Fields inherited from class javax.swing.JFrame</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>EXIT_ON_CLOSE</CODE></TD>
+<TD><CODE>accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_java.awt.Frame"><!-- --></A>
@@ -236,6 +501,71 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;java.util.List&lt;<A HREF="../../../jrummikub/util/Pair.html" title="class in jrummikub.util">Pair</A>&lt;<A HREF="../../../jrummikub/model/Stone.html" title="class in jrummikub.model">Stone</A>,<A HREF="../../../jrummikub/model/Position.html" title="class in jrummikub.model">Position</A>&gt;&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#createDecorationStones()">createDecorationStones</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#createFileChooser()">createFileChooser</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#createLayeredPane()">createLayeredPane</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#createMainLayer()">createMainLayer</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#createMenuBar()">createMenuBar</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;javax.swing.JMenuItem</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#createMenuItem(java.lang.String, jrummikub.util.Event)">createMenuItem</A></B>(java.lang.String&nbsp;text,
+ <A HREF="../../../jrummikub/util/Event.html" title="class in jrummikub.util">Event</A>&nbsp;event)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#createSettingsPanel()">createSettingsPanel</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#doSetBottomPanel(jrummikub.view.IView.BottomPanelType)">doSetBottomPanel</A></B>(<A HREF="../../../jrummikub/view/IView.BottomPanelType.html" title="enum in jrummikub.view">IView.BottomPanelType</A>&nbsp;type)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#enablePauseMode(boolean)">enablePauseMode</A></B>(boolean&nbsp;enable)</CODE>
@@ -252,7 +582,15 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.util.IEvent</CODE></FONT></TD>
+<CODE>private static&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#even(double)">even</A></B>(double&nbsp;d)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getAcknowledgeConnectionLostEvent()">getAcknowledgeConnectionLostEvent</A></B>()</CODE>
<BR>
@@ -261,7 +599,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.util.IEvent</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getAcknowledgeInvalidEvent()">getAcknowledgeInvalidEvent</A></B>()</CODE>
<BR>
@@ -270,7 +608,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.view.IConnectPanel</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/view/IConnectPanel.html" title="interface in jrummikub.view">IConnectPanel</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getConnectPanel()">getConnectPanel</A></B>()</CODE>
<BR>
@@ -278,7 +616,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.util.IEvent</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getEndPauseEvent()">getEndPauseEvent</A></B>()</CODE>
<BR>
@@ -287,7 +625,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.util.IEvent</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getEndProgramEvent()">getEndProgramEvent</A></B>()</CODE>
<BR>
@@ -295,7 +633,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.view.IGameListPanel</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/view/IGameListPanel.html" title="interface in jrummikub.view">IGameListPanel</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getGameListPanel()">getGameListPanel</A></B>()</CODE>
<BR>
@@ -303,7 +641,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.view.IHandPanel</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/view/IHandPanel.html" title="interface in jrummikub.view">IHandPanel</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getHandPanel()">getHandPanel</A></B>()</CODE>
<BR>
@@ -311,7 +649,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.util.IEvent</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getLoadEvent()">getLoadEvent</A></B>()</CODE>
<BR>
@@ -320,7 +658,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.util.IEvent1&lt;java.io.File&gt;</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/util/IEvent1.html" title="interface in jrummikub.util">IEvent1</A>&lt;java.io.File&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getLoadFileEvent()">getLoadFileEvent</A></B>()</CODE>
<BR>
@@ -329,7 +667,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.view.ILoginPanel</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/view/ILoginPanel.html" title="interface in jrummikub.view">ILoginPanel</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getLoginPanel()">getLoginPanel</A></B>()</CODE>
<BR>
@@ -337,7 +675,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.util.IEvent</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getMenuNewGameEvent()">getMenuNewGameEvent</A></B>()</CODE>
<BR>
@@ -346,7 +684,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.util.IEvent</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getNetworkGameEvent()">getNetworkGameEvent</A></B>()</CODE>
<BR>
@@ -354,7 +692,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.util.IEvent</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getNewGameEvent()">getNewGameEvent</A></B>()</CODE>
<BR>
@@ -362,7 +700,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.util.IEvent</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getNewRoundEvent()">getNewRoundEvent</A></B>()</CODE>
<BR>
@@ -370,7 +708,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.util.IEvent</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getPauseEvent()">getPauseEvent</A></B>()</CODE>
<BR>
@@ -378,7 +716,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.view.IPlayerPanel</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/view/IPlayerPanel.html" title="interface in jrummikub.view">IPlayerPanel</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getPlayerPanel()">getPlayerPanel</A></B>()</CODE>
<BR>
@@ -386,7 +724,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.util.IEvent</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getQuitEvent()">getQuitEvent</A></B>()</CODE>
<BR>
@@ -394,7 +732,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.view.IQuitWarningPanel</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/view/IQuitWarningPanel.html" title="interface in jrummikub.view">IQuitWarningPanel</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getQuitWarningPanel()">getQuitWarningPanel</A></B>()</CODE>
<BR>
@@ -402,7 +740,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.util.IEvent1&lt;java.io.File&gt;</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/util/IEvent1.html" title="interface in jrummikub.util">IEvent1</A>&lt;java.io.File&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getSaveEvent()">getSaveEvent</A></B>()</CODE>
<BR>
@@ -411,7 +749,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.view.IScorePanel</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/view/IScorePanel.html" title="interface in jrummikub.view">IScorePanel</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getScorePanel()">getScorePanel</A></B>()</CODE>
<BR>
@@ -419,7 +757,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.view.ISettingsPanel</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/view/ISettingsPanel.html" title="interface in jrummikub.view">ISettingsPanel</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getSettingsPanel()">getSettingsPanel</A></B>()</CODE>
<BR>
@@ -427,7 +765,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.view.ISidePanel</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/view/ISidePanel.html" title="interface in jrummikub.view">ISidePanel</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getSidePanel()">getSidePanel</A></B>()</CODE>
<BR>
@@ -435,7 +773,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.util.IEvent</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getStartTurnEvent()">getStartTurnEvent</A></B>()</CODE>
<BR>
@@ -443,7 +781,7 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;jrummikub.view.ITablePanel</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../jrummikub/view/ITablePanel.html" title="interface in jrummikub.view">ITablePanel</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#getTablePanel()">getTablePanel</A></B>()</CODE>
<BR>
@@ -459,6 +797,26 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#rescale()">rescale</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#rescaleSubpanel(javax.swing.JPanel, double, double, int, int)">rescaleSubpanel</A></B>(javax.swing.JPanel&nbsp;sub,
+ double&nbsp;widthFactor,
+ double&nbsp;heightFactor,
+ int&nbsp;minWidth,
+ int&nbsp;minHeight)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#resetLoginPanel()">resetLoginPanel</A></B>()</CODE>
@@ -467,8 +825,16 @@ Implementation of the top-level view interface
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>private &nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#save()">save</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#setBottomPanel(jrummikub.view.IView.BottomPanelType)">setBottomPanel</A></B>(jrummikub.view.IView.BottomPanelType&nbsp;type)</CODE>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#setBottomPanel(jrummikub.view.IView.BottomPanelType)">setBottomPanel</A></B>(<A HREF="../../../jrummikub/view/IView.BottomPanelType.html" title="enum in jrummikub.view">IView.BottomPanelType</A>&nbsp;type)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the bottom panels type</TD>
@@ -518,7 +884,7 @@ Implementation of the top-level view interface
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#setInvalidStoneSets(java.util.Collection)">setInvalidStoneSets</A></B>(java.util.Collection&lt;jrummikub.model.StoneSet&gt;&nbsp;sets)</CODE>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#setInvalidStoneSets(java.util.Collection)">setInvalidStoneSets</A></B>(java.util.Collection&lt;<A HREF="../../../jrummikub/model/StoneSet.html" title="class in jrummikub.model">StoneSet</A>&gt;&nbsp;sets)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set invalid sets to enable showing</TD>
@@ -551,7 +917,7 @@ Implementation of the top-level view interface
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#setSelectedStones(java.util.Collection)">setSelectedStones</A></B>(java.util.Collection&lt;jrummikub.model.Stone&gt;&nbsp;stones)</CODE>
+<TD><CODE><B><A HREF="../../../jrummikub/view/impl/View.html#setSelectedStones(java.util.Collection)">setSelectedStones</A></B>(java.util.Collection&lt;<A HREF="../../../jrummikub/model/Stone.html" title="class in jrummikub.model">Stone</A>&gt;&nbsp;stones)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the stones that are to be painted selected</TD>
@@ -643,7 +1009,7 @@ Implementation of the top-level view interface
<TH ALIGN="left"><B>Methods inherited from class javax.swing.JFrame</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setTransferHandler, update</CODE></TD>
+<TD><CODE>addImpl, createRootPane, frameInit, getAccessibleContext, getContentPane, getDefaultCloseOperation, getGlassPane, getGraphics, getJMenuBar, getLayeredPane, getRootPane, getTransferHandler, isDefaultLookAndFeelDecorated, isRootPaneCheckingEnabled, paramString, processWindowEvent, remove, repaint, setContentPane, setDefaultCloseOperation, setDefaultLookAndFeelDecorated, setGlassPane, setIconImage, setJMenuBar, setLayeredPane, setLayout, setRootPane, setRootPaneCheckingEnabled, setTransferHandler, update</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.awt.Frame"><!-- --></A>
@@ -661,7 +1027,7 @@ Implementation of the top-level view interface
<TH ALIGN="left"><B>Methods inherited from class java.awt.Window</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOwnedWindows, getOwner, getOwnerlessWindows, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, postEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setVisible, show, toBack, toFront</CODE></TD>
+<TD><CODE>addPropertyChangeListener, addPropertyChangeListener, addWindowFocusListener, addWindowListener, addWindowStateListener, applyResourceBundle, applyResourceBundle, createBufferStrategy, createBufferStrategy, dispose, getBufferStrategy, getFocusableWindowState, getFocusCycleRootAncestor, getFocusOwner, getFocusTraversalKeys, getGraphicsConfiguration, getIconImages, getInputContext, getListeners, getLocale, getModalExclusionType, getMostRecentFocusOwner, getOwnedWindows, getOwner, getOwnerlessWindows, getToolkit, getWarningString, getWindowFocusListeners, getWindowListeners, getWindows, getWindowStateListeners, hide, isActive, isAlwaysOnTop, isAlwaysOnTopSupported, isFocusableWindow, isFocusCycleRoot, isFocused, isLocationByPlatform, isShowing, pack, postEvent, processEvent, processWindowFocusEvent, processWindowStateEvent, removeWindowFocusListener, removeWindowListener, removeWindowStateListener, reshape, setAlwaysOnTop, setBounds, setBounds, setCursor, setFocusableWindowState, setFocusCycleRoot, setIconImages, setLocationByPlatform, setLocationRelativeTo, setMinimumSize, setModalExclusionType, setSize, setSize, setVisible, show, toBack, toFront</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.awt.Container"><!-- --></A>
@@ -670,7 +1036,7 @@ Implementation of the top-level view interface
<TH ALIGN="left"><B>Methods inherited from class java.awt.Container</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate</CODE></TD>
+<TD><CODE>add, add, add, add, add, addContainerListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalPolicy, getInsets, getLayout, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, processContainerEvent, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, transferFocusDownCycle, validate, validateTree</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.awt.Component"><!-- --></A>
@@ -679,7 +1045,7 @@ Implementation of the top-level view interface
<TH ALIGN="left"><B>Methods inherited from class java.awt.Component</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, dispatchEvent, enable, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocusInWindow, resize, resize, setBackground, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD>
+<TD><CODE>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, setBackground, setComponentOrientation, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setName, setPreferredSize, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -688,7 +1054,7 @@ Implementation of the top-level view interface
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
+<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.awt.MenuContainer"><!-- --></A>
@@ -703,6 +1069,295 @@ Implementation of the top-level view interface
&nbsp;
<P>
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="PLAYER_PANEL_RATIO"><!-- --></A><H3>
+PLAYER_PANEL_RATIO</H3>
+<PRE>
+private static final float <B>PLAYER_PANEL_RATIO</B></PRE>
+<DL>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#jrummikub.view.impl.View.PLAYER_PANEL_RATIO">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="PLAYER_PANEL_MAX_HEIGHT"><!-- --></A><H3>
+PLAYER_PANEL_MAX_HEIGHT</H3>
+<PRE>
+private static final int <B>PLAYER_PANEL_MAX_HEIGHT</B></PRE>
+<DL>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#jrummikub.view.impl.View.PLAYER_PANEL_MAX_HEIGHT">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="TABLE_BORDER_WIDTH"><!-- --></A><H3>
+TABLE_BORDER_WIDTH</H3>
+<PRE>
+private static final int <B>TABLE_BORDER_WIDTH</B></PRE>
+<DL>
+<DL>
+<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#jrummikub.view.impl.View.TABLE_BORDER_WIDTH">Constant Field Values</A></DL>
+</DL>
+<HR>
+
+<A NAME="layeredPane"><!-- --></A><H3>
+layeredPane</H3>
+<PRE>
+private javax.swing.JLayeredPane <B>layeredPane</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="mainLayer"><!-- --></A><H3>
+mainLayer</H3>
+<PRE>
+private javax.swing.JPanel <B>mainLayer</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="menuBar"><!-- --></A><H3>
+menuBar</H3>
+<PRE>
+private javax.swing.JMenuBar <B>menuBar</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="saveItem"><!-- --></A><H3>
+saveItem</H3>
+<PRE>
+private javax.swing.JMenuItem <B>saveItem</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="table"><!-- --></A><H3>
+table</H3>
+<PRE>
+private <A HREF="../../../jrummikub/view/impl/TablePanel.html" title="class in jrummikub.view.impl">TablePanel</A> <B>table</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="playerPanel"><!-- --></A><H3>
+playerPanel</H3>
+<PRE>
+private <A HREF="../../../jrummikub/view/impl/PlayerPanel.html" title="class in jrummikub.view.impl">PlayerPanel</A> <B>playerPanel</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="startTurnPanel"><!-- --></A><H3>
+startTurnPanel</H3>
+<PRE>
+private <A HREF="../../../jrummikub/view/impl/StartTurnPanel.html" title="class in jrummikub.view.impl">StartTurnPanel</A> <B>startTurnPanel</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="pausePanel"><!-- --></A><H3>
+pausePanel</H3>
+<PRE>
+private <A HREF="../../../jrummikub/view/impl/PausePanel.html" title="class in jrummikub.view.impl">PausePanel</A> <B>pausePanel</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="roundEndPanel"><!-- --></A><H3>
+roundEndPanel</H3>
+<PRE>
+private <A HREF="../../../jrummikub/view/impl/RoundEndPanel.html" title="class in jrummikub.view.impl">RoundEndPanel</A> <B>roundEndPanel</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="settingsPanel"><!-- --></A><H3>
+settingsPanel</H3>
+<PRE>
+private <A HREF="../../../jrummikub/view/impl/SettingsPanel.html" title="class in jrummikub.view.impl">SettingsPanel</A> <B>settingsPanel</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="loginPanel"><!-- --></A><H3>
+loginPanel</H3>
+<PRE>
+private <A HREF="../../../jrummikub/view/impl/LoginPanel.html" title="class in jrummikub.view.impl">LoginPanel</A> <B>loginPanel</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="scorePanel"><!-- --></A><H3>
+scorePanel</H3>
+<PRE>
+private <A HREF="../../../jrummikub/view/impl/ScorePanel.html" title="class in jrummikub.view.impl">ScorePanel</A> <B>scorePanel</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="gameListPanel"><!-- --></A><H3>
+gameListPanel</H3>
+<PRE>
+private <A HREF="../../../jrummikub/view/impl/GameListPanel.html" title="class in jrummikub.view.impl">GameListPanel</A> <B>gameListPanel</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="sidePanel"><!-- --></A><H3>
+sidePanel</H3>
+<PRE>
+private <A HREF="../../../jrummikub/view/impl/SidePanel.html" title="class in jrummikub.view.impl">SidePanel</A> <B>sidePanel</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="quitWarningPanel"><!-- --></A><H3>
+quitWarningPanel</H3>
+<PRE>
+private <A HREF="../../../jrummikub/view/impl/QuitWarningPanel.html" title="class in jrummikub.view.impl">QuitWarningPanel</A> <B>quitWarningPanel</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="connectPanel"><!-- --></A><H3>
+connectPanel</H3>
+<PRE>
+private <A HREF="../../../jrummikub/view/impl/ConnectPanel.html" title="class in jrummikub.view.impl">ConnectPanel</A> <B>connectPanel</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="bottomPanelType"><!-- --></A><H3>
+bottomPanelType</H3>
+<PRE>
+private <A HREF="../../../jrummikub/view/IView.BottomPanelType.html" title="enum in jrummikub.view">IView.BottomPanelType</A> <B>bottomPanelType</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="chooser"><!-- --></A><H3>
+chooser</H3>
+<PRE>
+private javax.swing.JFileChooser <B>chooser</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="menuNewGameEvent"><!-- --></A><H3>
+menuNewGameEvent</H3>
+<PRE>
+private <A HREF="../../../jrummikub/util/Event.html" title="class in jrummikub.util">Event</A> <B>menuNewGameEvent</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="networkGameEvent"><!-- --></A><H3>
+networkGameEvent</H3>
+<PRE>
+private <A HREF="../../../jrummikub/util/Event.html" title="class in jrummikub.util">Event</A> <B>networkGameEvent</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="loadEvent"><!-- --></A><H3>
+loadEvent</H3>
+<PRE>
+private <A HREF="../../../jrummikub/util/Event.html" title="class in jrummikub.util">Event</A> <B>loadEvent</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="loadFileEvent"><!-- --></A><H3>
+loadFileEvent</H3>
+<PRE>
+private <A HREF="../../../jrummikub/util/Event1.html" title="class in jrummikub.util">Event1</A>&lt;java.io.File&gt; <B>loadFileEvent</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="saveEvent"><!-- --></A><H3>
+saveEvent</H3>
+<PRE>
+private <A HREF="../../../jrummikub/util/Event1.html" title="class in jrummikub.util">Event1</A>&lt;java.io.File&gt; <B>saveEvent</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="quitEvent"><!-- --></A><H3>
+quitEvent</H3>
+<PRE>
+private <A HREF="../../../jrummikub/util/Event.html" title="class in jrummikub.util">Event</A> <B>quitEvent</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="quitWarningFrame"><!-- --></A><H3>
+quitWarningFrame</H3>
+<PRE>
+private javax.swing.JFrame <B>quitWarningFrame</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
@@ -732,16 +1387,30 @@ public <B>View</B>()</PRE>
</TR>
</TABLE>
+<A NAME="even(double)"><!-- --></A><H3>
+even</H3>
+<PRE>
+private static int <B>even</B>(double&nbsp;d)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
<A NAME="getSettingsPanel()"><!-- --></A><H3>
getSettingsPanel</H3>
<PRE>
-public jrummikub.view.ISettingsPanel <B>getSettingsPanel</B>()</PRE>
+public <A HREF="../../../jrummikub/view/ISettingsPanel.html" title="interface in jrummikub.view">ISettingsPanel</A> <B>getSettingsPanel</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getSettingsPanel()">IView</A></CODE></B></DD>
<DD>Returns the settings panel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getSettingsPanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getSettingsPanel()">getSettingsPanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -753,13 +1422,13 @@ public jrummikub.view.ISettingsPanel <B>getSettingsPanel</B>()</PRE>
<A NAME="getLoginPanel()"><!-- --></A><H3>
getLoginPanel</H3>
<PRE>
-public jrummikub.view.ILoginPanel <B>getLoginPanel</B>()</PRE>
+public <A HREF="../../../jrummikub/view/ILoginPanel.html" title="interface in jrummikub.view">ILoginPanel</A> <B>getLoginPanel</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getLoginPanel()">IView</A></CODE></B></DD>
<DD>Getter for login panel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getLoginPanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getLoginPanel()">getLoginPanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -771,13 +1440,13 @@ public jrummikub.view.ILoginPanel <B>getLoginPanel</B>()</PRE>
<A NAME="getScorePanel()"><!-- --></A><H3>
getScorePanel</H3>
<PRE>
-public jrummikub.view.IScorePanel <B>getScorePanel</B>()</PRE>
+public <A HREF="../../../jrummikub/view/IScorePanel.html" title="interface in jrummikub.view">IScorePanel</A> <B>getScorePanel</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getScorePanel()">IView</A></CODE></B></DD>
<DD>Returns the score panel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getScorePanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getScorePanel()">getScorePanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -789,13 +1458,13 @@ public jrummikub.view.IScorePanel <B>getScorePanel</B>()</PRE>
<A NAME="getTablePanel()"><!-- --></A><H3>
getTablePanel</H3>
<PRE>
-public jrummikub.view.ITablePanel <B>getTablePanel</B>()</PRE>
+public <A HREF="../../../jrummikub/view/ITablePanel.html" title="interface in jrummikub.view">ITablePanel</A> <B>getTablePanel</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getTablePanel()">IView</A></CODE></B></DD>
<DD>Returns the table
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getTablePanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getTablePanel()">getTablePanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -807,13 +1476,13 @@ public jrummikub.view.ITablePanel <B>getTablePanel</B>()</PRE>
<A NAME="getSidePanel()"><!-- --></A><H3>
getSidePanel</H3>
<PRE>
-public jrummikub.view.ISidePanel <B>getSidePanel</B>()</PRE>
+public <A HREF="../../../jrummikub/view/ISidePanel.html" title="interface in jrummikub.view">ISidePanel</A> <B>getSidePanel</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getSidePanel()">IView</A></CODE></B></DD>
<DD>Returns the side panel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getSidePanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getSidePanel()">getSidePanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -825,10 +1494,10 @@ public jrummikub.view.ISidePanel <B>getSidePanel</B>()</PRE>
<A NAME="getHandPanel()"><!-- --></A><H3>
getHandPanel</H3>
<PRE>
-public jrummikub.view.IHandPanel <B>getHandPanel</B>()</PRE>
+public <A HREF="../../../jrummikub/view/IHandPanel.html" title="interface in jrummikub.view">IHandPanel</A> <B>getHandPanel</B>()</PRE>
<DL>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getHandPanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getHandPanel()">getHandPanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -840,13 +1509,13 @@ public jrummikub.view.IHandPanel <B>getHandPanel</B>()</PRE>
<A NAME="getPlayerPanel()"><!-- --></A><H3>
getPlayerPanel</H3>
<PRE>
-public jrummikub.view.IPlayerPanel <B>getPlayerPanel</B>()</PRE>
+public <A HREF="../../../jrummikub/view/IPlayerPanel.html" title="interface in jrummikub.view">IPlayerPanel</A> <B>getPlayerPanel</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getPlayerPanel()">IView</A></CODE></B></DD>
<DD>Returns the player panel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getPlayerPanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getPlayerPanel()">getPlayerPanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -858,13 +1527,13 @@ public jrummikub.view.IPlayerPanel <B>getPlayerPanel</B>()</PRE>
<A NAME="getQuitWarningPanel()"><!-- --></A><H3>
getQuitWarningPanel</H3>
<PRE>
-public jrummikub.view.IQuitWarningPanel <B>getQuitWarningPanel</B>()</PRE>
+public <A HREF="../../../jrummikub/view/IQuitWarningPanel.html" title="interface in jrummikub.view">IQuitWarningPanel</A> <B>getQuitWarningPanel</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getQuitWarningPanel()">IView</A></CODE></B></DD>
<DD>Getter for quit warning panel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getQuitWarningPanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getQuitWarningPanel()">getQuitWarningPanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -876,13 +1545,13 @@ public jrummikub.view.IQuitWarningPanel <B>getQuitWarningPanel</B>()</PRE>
<A NAME="getConnectPanel()"><!-- --></A><H3>
getConnectPanel</H3>
<PRE>
-public jrummikub.view.IConnectPanel <B>getConnectPanel</B>()</PRE>
+public <A HREF="../../../jrummikub/view/IConnectPanel.html" title="interface in jrummikub.view">IConnectPanel</A> <B>getConnectPanel</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getConnectPanel()">IView</A></CODE></B></DD>
<DD>Getter for connect panel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getConnectPanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getConnectPanel()">getConnectPanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -894,13 +1563,13 @@ public jrummikub.view.IConnectPanel <B>getConnectPanel</B>()</PRE>
<A NAME="getGameListPanel()"><!-- --></A><H3>
getGameListPanel</H3>
<PRE>
-public jrummikub.view.IGameListPanel <B>getGameListPanel</B>()</PRE>
+public <A HREF="../../../jrummikub/view/IGameListPanel.html" title="interface in jrummikub.view">IGameListPanel</A> <B>getGameListPanel</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getGameListPanel()">IView</A></CODE></B></DD>
<DD>Getter for game list panel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getGameListPanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getGameListPanel()">getGameListPanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -912,14 +1581,14 @@ public jrummikub.view.IGameListPanel <B>getGameListPanel</B>()</PRE>
<A NAME="getMenuNewGameEvent()"><!-- --></A><H3>
getMenuNewGameEvent</H3>
<PRE>
-public jrummikub.util.IEvent <B>getMenuNewGameEvent</B>()</PRE>
+public <A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A> <B>getMenuNewGameEvent</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getMenuNewGameEvent()">IView</A></CODE></B></DD>
<DD>The menu new game event is emitted when the user selects the new game menu
entry
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getMenuNewGameEvent</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getMenuNewGameEvent()">getMenuNewGameEvent</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -931,14 +1600,14 @@ public jrummikub.util.IEvent <B>getMenuNewGameEvent</B>()</PRE>
<A NAME="getLoadFileEvent()"><!-- --></A><H3>
getLoadFileEvent</H3>
<PRE>
-public jrummikub.util.IEvent1&lt;java.io.File&gt; <B>getLoadFileEvent</B>()</PRE>
+public <A HREF="../../../jrummikub/util/IEvent1.html" title="interface in jrummikub.util">IEvent1</A>&lt;java.io.File&gt; <B>getLoadFileEvent</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getLoadFileEvent()">IView</A></CODE></B></DD>
<DD>The load file event is emitted when the user chose to discard the current
game to save another
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getLoadFileEvent</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getLoadFileEvent()">getLoadFileEvent</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -950,14 +1619,14 @@ public jrummikub.util.IEvent1&lt;java.io.File&gt; <B>getLoadFileEvent</B>()</PRE
<A NAME="getLoadEvent()"><!-- --></A><H3>
getLoadEvent</H3>
<PRE>
-public jrummikub.util.IEvent <B>getLoadEvent</B>()</PRE>
+public <A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A> <B>getLoadEvent</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getLoadEvent()">IView</A></CODE></B></DD>
<DD>The load event is emitted when the user wants to load a previously saved
game state
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getLoadEvent</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getLoadEvent()">getLoadEvent</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -969,14 +1638,14 @@ public jrummikub.util.IEvent <B>getLoadEvent</B>()</PRE>
<A NAME="getSaveEvent()"><!-- --></A><H3>
getSaveEvent</H3>
<PRE>
-public jrummikub.util.IEvent1&lt;java.io.File&gt; <B>getSaveEvent</B>()</PRE>
+public <A HREF="../../../jrummikub/util/IEvent1.html" title="interface in jrummikub.util">IEvent1</A>&lt;java.io.File&gt; <B>getSaveEvent</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getSaveEvent()">IView</A></CODE></B></DD>
<DD>The save event is emitted when the user wants to save the current game
state
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getSaveEvent</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getSaveEvent()">getSaveEvent</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -988,13 +1657,13 @@ public jrummikub.util.IEvent1&lt;java.io.File&gt; <B>getSaveEvent</B>()</PRE>
<A NAME="getPauseEvent()"><!-- --></A><H3>
getPauseEvent</H3>
<PRE>
-public jrummikub.util.IEvent <B>getPauseEvent</B>()</PRE>
+public <A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A> <B>getPauseEvent</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getPauseEvent()">IView</A></CODE></B></DD>
<DD>The pause event is emitted when the user wants to pause the current turn
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getPauseEvent</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getPauseEvent()">getPauseEvent</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -1006,14 +1675,14 @@ public jrummikub.util.IEvent <B>getPauseEvent</B>()</PRE>
<A NAME="getEndPauseEvent()"><!-- --></A><H3>
getEndPauseEvent</H3>
<PRE>
-public jrummikub.util.IEvent <B>getEndPauseEvent</B>()</PRE>
+public <A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A> <B>getEndPauseEvent</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getEndPauseEvent()">IView</A></CODE></B></DD>
<DD>The end pause event is emitted when the user wants to sresume the game
after a pause
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getEndPauseEvent</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getEndPauseEvent()">getEndPauseEvent</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -1025,13 +1694,13 @@ public jrummikub.util.IEvent <B>getEndPauseEvent</B>()</PRE>
<A NAME="getNetworkGameEvent()"><!-- --></A><H3>
getNetworkGameEvent</H3>
<PRE>
-public jrummikub.util.IEvent <B>getNetworkGameEvent</B>()</PRE>
+public <A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A> <B>getNetworkGameEvent</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getNetworkGameEvent()">IView</A></CODE></B></DD>
<DD>The network game event is emitted when the user chooses a network game
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getNetworkGameEvent</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getNetworkGameEvent()">getNetworkGameEvent</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -1043,13 +1712,13 @@ public jrummikub.util.IEvent <B>getNetworkGameEvent</B>()</PRE>
<A NAME="getQuitEvent()"><!-- --></A><H3>
getQuitEvent</H3>
<PRE>
-public jrummikub.util.IEvent <B>getQuitEvent</B>()</PRE>
+public <A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A> <B>getQuitEvent</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getQuitEvent()">IView</A></CODE></B></DD>
<DD>The quit event is emitted when the user wants to leave the application
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getQuitEvent</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getQuitEvent()">getQuitEvent</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -1063,12 +1732,12 @@ clearView</H3>
<PRE>
public void <B>clearView</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#clearView()">IView</A></CODE></B></DD>
<DD>Hides all view elements and panels except for the cleared table and an
empty hand panel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>clearView</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#clearView()">clearView</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
</DL>
@@ -1081,11 +1750,11 @@ showLoadingError</H3>
<PRE>
public void <B>showLoadingError</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#showLoadingError()">IView</A></CODE></B></DD>
<DD>Show when loading is unsuccessful
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>showLoadingError</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#showLoadingError()">showLoadingError</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
</DL>
@@ -1098,11 +1767,11 @@ showServerStartupError</H3>
<PRE>
public void <B>showServerStartupError</B>(boolean&nbsp;alreadyRunning)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#showServerStartupError(boolean)">IView</A></CODE></B></DD>
<DD>Show an error message when the server couldn't be started
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>showServerStartupError</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#showServerStartupError(boolean)">showServerStartupError</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>alreadyRunning</CODE> - true when the server is already running on this machine</DL>
@@ -1110,16 +1779,59 @@ public void <B>showServerStartupError</B>(boolean&nbsp;alreadyRunning)</PRE>
</DL>
<HR>
+<A NAME="createFileChooser()"><!-- --></A><H3>
+createFileChooser</H3>
+<PRE>
+private void <B>createFileChooser</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createMenuBar()"><!-- --></A><H3>
+createMenuBar</H3>
+<PRE>
+private void <B>createMenuBar</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createMenuItem(java.lang.String, jrummikub.util.Event)"><!-- --></A><H3>
+createMenuItem</H3>
+<PRE>
+private javax.swing.JMenuItem <B>createMenuItem</B>(java.lang.String&nbsp;text,
+ <A HREF="../../../jrummikub/util/Event.html" title="class in jrummikub.util">Event</A>&nbsp;event)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
<A NAME="enableSave(boolean)"><!-- --></A><H3>
enableSave</H3>
<PRE>
public void <B>enableSave</B>(boolean&nbsp;enable)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#enableSave(boolean)">IView</A></CODE></B></DD>
<DD>Enables/disables saving in menu bar
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>enableSave</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#enableSave(boolean)">enableSave</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>enable</CODE> - saving possible</DL>
@@ -1132,11 +1844,67 @@ load</H3>
<PRE>
public void <B>load</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#load()">IView</A></CODE></B></DD>
<DD>Loading a game
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>load</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#load()">load</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="save()"><!-- --></A><H3>
+save</H3>
+<PRE>
+private void <B>save</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createLayeredPane()"><!-- --></A><H3>
+createLayeredPane</H3>
+<PRE>
+private void <B>createLayeredPane</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createSettingsPanel()"><!-- --></A><H3>
+createSettingsPanel</H3>
+<PRE>
+private void <B>createSettingsPanel</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createMainLayer()"><!-- --></A><H3>
+createMainLayer</H3>
+<PRE>
+private void <B>createMainLayer</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
</DD>
<DD><DL>
</DL>
@@ -1149,12 +1917,12 @@ setMayPause</H3>
<PRE>
public void <B>setMayPause</B>(boolean&nbsp;mayPause)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#setMayPause(boolean)">IView</A></CODE></B></DD>
<DD>Sets the pause button if pausing should be possible in the current
situation
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setMayPause</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#setMayPause(boolean)">setMayPause</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>mayPause</CODE> - pausing possible</DL>
@@ -1167,11 +1935,11 @@ enablePauseMode</H3>
<PRE>
public void <B>enablePauseMode</B>(boolean&nbsp;enable)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#enablePauseMode(boolean)">IView</A></CODE></B></DD>
<DD>Enable/disable pause mode
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>enablePauseMode</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#enablePauseMode(boolean)">enablePauseMode</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>enable</CODE> - true = enable</DL>
@@ -1179,16 +1947,48 @@ public void <B>enablePauseMode</B>(boolean&nbsp;enable)</PRE>
</DL>
<HR>
+<A NAME="rescale()"><!-- --></A><H3>
+rescale</H3>
+<PRE>
+private void <B>rescale</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="rescaleSubpanel(javax.swing.JPanel, double, double, int, int)"><!-- --></A><H3>
+rescaleSubpanel</H3>
+<PRE>
+private void <B>rescaleSubpanel</B>(javax.swing.JPanel&nbsp;sub,
+ double&nbsp;widthFactor,
+ double&nbsp;heightFactor,
+ int&nbsp;minWidth,
+ int&nbsp;minHeight)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
<A NAME="setSelectedStones(java.util.Collection)"><!-- --></A><H3>
setSelectedStones</H3>
<PRE>
-public void <B>setSelectedStones</B>(java.util.Collection&lt;jrummikub.model.Stone&gt;&nbsp;stones)</PRE>
+public void <B>setSelectedStones</B>(java.util.Collection&lt;<A HREF="../../../jrummikub/model/Stone.html" title="class in jrummikub.model">Stone</A>&gt;&nbsp;stones)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#setSelectedStones(java.util.Collection)">IView</A></CODE></B></DD>
<DD>Sets the stones that are to be painted selected
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setSelectedStones</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#setSelectedStones(java.util.Collection)">setSelectedStones</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>stones</CODE> - the stones to be painted selected</DL>
@@ -1199,13 +1999,13 @@ public void <B>setSelectedStones</B>(java.util.Collection&lt;jrummikub.model.Sto
<A NAME="setInvalidStoneSets(java.util.Collection)"><!-- --></A><H3>
setInvalidStoneSets</H3>
<PRE>
-public void <B>setInvalidStoneSets</B>(java.util.Collection&lt;jrummikub.model.StoneSet&gt;&nbsp;sets)</PRE>
+public void <B>setInvalidStoneSets</B>(java.util.Collection&lt;<A HREF="../../../jrummikub/model/StoneSet.html" title="class in jrummikub.model">StoneSet</A>&gt;&nbsp;sets)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#setInvalidStoneSets(java.util.Collection)">IView</A></CODE></B></DD>
<DD>Set invalid sets to enable showing
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setInvalidStoneSets</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#setInvalidStoneSets(java.util.Collection)">setInvalidStoneSets</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>sets</CODE> - invalid sets on table</DL>
@@ -1218,11 +2018,11 @@ showSettingsPanel</H3>
<PRE>
public void <B>showSettingsPanel</B>(boolean&nbsp;show)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#showSettingsPanel(boolean)">IView</A></CODE></B></DD>
<DD>Shows or hides the game settings panel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>showSettingsPanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#showSettingsPanel(boolean)">showSettingsPanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>show</CODE> - specifies if the panel shall be shown or hidden</DL>
@@ -1235,11 +2035,11 @@ showLoginPanel</H3>
<PRE>
public void <B>showLoginPanel</B>(boolean&nbsp;show)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#showLoginPanel(boolean)">IView</A></CODE></B></DD>
<DD>Show/hide login panel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>showLoginPanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#showLoginPanel(boolean)">showLoginPanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>show</CODE> - true = login panel is shown</DL>
@@ -1252,11 +2052,11 @@ resetLoginPanel</H3>
<PRE>
public void <B>resetLoginPanel</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#resetLoginPanel()">IView</A></CODE></B></DD>
<DD>Clears user input of the resetLoginPanel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>resetLoginPanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#resetLoginPanel()">resetLoginPanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
</DL>
@@ -1269,11 +2069,11 @@ showGameListPanel</H3>
<PRE>
public void <B>showGameListPanel</B>(boolean&nbsp;show)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#showGameListPanel(boolean)">IView</A></CODE></B></DD>
<DD>Show/hide game list panel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>showGameListPanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#showGameListPanel(boolean)">showGameListPanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>show</CODE> - true = show</DL>
@@ -1286,11 +2086,11 @@ showScorePanel</H3>
<PRE>
public void <B>showScorePanel</B>(boolean&nbsp;show)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#showScorePanel(boolean)">IView</A></CODE></B></DD>
<DD>Shows or hides the score panel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>showScorePanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#showScorePanel(boolean)">showScorePanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>show</CODE> - specifies if the panel shall be shown or hidden</DL>
@@ -1303,11 +2103,11 @@ showSidePanel</H3>
<PRE>
public void <B>showSidePanel</B>(boolean&nbsp;show)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#showSidePanel(boolean)">IView</A></CODE></B></DD>
<DD>Show/hide side panel
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>showSidePanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#showSidePanel(boolean)">showSidePanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>show</CODE> - true to show</DL>
@@ -1320,11 +2120,11 @@ showQuitWarningPanel</H3>
<PRE>
public void <B>showQuitWarningPanel</B>(boolean&nbsp;show)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#showQuitWarningPanel(boolean)">IView</A></CODE></B></DD>
<DD>Sets the quit warning panel visible
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>showQuitWarningPanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#showQuitWarningPanel(boolean)">showQuitWarningPanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>show</CODE> - is visible</DL>
@@ -1337,11 +2137,11 @@ showConnectPanel</H3>
<PRE>
public void <B>showConnectPanel</B>(boolean&nbsp;show)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#showConnectPanel(boolean)">IView</A></CODE></B></DD>
<DD>Set the connect panel visible
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>showConnectPanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#showConnectPanel(boolean)">showConnectPanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>show</CODE> - is visible</DL>
@@ -1354,11 +2154,11 @@ setCurrentPlayerName</H3>
<PRE>
public void <B>setCurrentPlayerName</B>(java.lang.String&nbsp;playerName)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#setCurrentPlayerName(java.lang.String)">IView</A></CODE></B></DD>
<DD>Sets the current player's name
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setCurrentPlayerName</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#setCurrentPlayerName(java.lang.String)">setCurrentPlayerName</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>playerName</CODE> - the player name</DL>
@@ -1371,11 +2171,11 @@ setInitialMeldError</H3>
<PRE>
public void <B>setInitialMeldError</B>(int&nbsp;points)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#setInitialMeldError(int)">IView</A></CODE></B></DD>
<DD>Is set if a player tried to lay out less than initial meld threshold
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setInitialMeldError</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#setInitialMeldError(int)">setInitialMeldError</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>points</CODE> - initial meld threshold</DL>
@@ -1388,11 +2188,11 @@ setInitialMeldFirstError</H3>
<PRE>
public void <B>setInitialMeldFirstError</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#setInitialMeldFirstError()">IView</A></CODE></B></DD>
<DD>Is set if the player tried to modify the table without laying out first
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setInitialMeldFirstError</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#setInitialMeldFirstError()">setInitialMeldFirstError</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
</DL>
@@ -1405,12 +2205,12 @@ setCurrentPlayerColor</H3>
<PRE>
public void <B>setCurrentPlayerColor</B>(java.awt.Color&nbsp;color)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#setCurrentPlayerColor(java.awt.Color)">IView</A></CODE></B></DD>
<DD>Is used for the PlayerPanel and ScorePanel to display a player's color
along with the name
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setCurrentPlayerColor</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#setCurrentPlayerColor(java.awt.Color)">setCurrentPlayerColor</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>color</CODE> - the current player's color</DL>
@@ -1423,11 +2223,11 @@ setRedealedPlayerName</H3>
<PRE>
public void <B>setRedealedPlayerName</B>(java.lang.String&nbsp;name)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#setRedealedPlayerName(java.lang.String)">IView</A></CODE></B></DD>
<DD>Sets the name of the player that has redealt last
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setRedealedPlayerName</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#setRedealedPlayerName(java.lang.String)">setRedealedPlayerName</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - the player name</DL>
@@ -1440,11 +2240,11 @@ setLastStonePlayerName</H3>
<PRE>
public void <B>setLastStonePlayerName</B>(java.lang.String&nbsp;name)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#setLastStonePlayerName(java.lang.String)">IView</A></CODE></B></DD>
<DD>Sets the name of the player that has drawn the last stone
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setLastStonePlayerName</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#setLastStonePlayerName(java.lang.String)">setLastStonePlayerName</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - the player name</DL>
@@ -1457,12 +2257,12 @@ setCurrentPlayerHasLaidOut</H3>
<PRE>
public void <B>setCurrentPlayerHasLaidOut</B>(boolean&nbsp;hasLaidOut)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#setCurrentPlayerHasLaidOut(boolean)">IView</A></CODE></B></DD>
<DD>Is used for the PlayerPanel to display if a player has laid out along with
the name
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setCurrentPlayerHasLaidOut</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#setCurrentPlayerHasLaidOut(boolean)">setCurrentPlayerHasLaidOut</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>hasLaidOut</CODE> - specifies if the current player has laid out or not</DL>
@@ -1473,13 +2273,13 @@ public void <B>setCurrentPlayerHasLaidOut</B>(boolean&nbsp;hasLaidOut)</PRE>
<A NAME="getStartTurnEvent()"><!-- --></A><H3>
getStartTurnEvent</H3>
<PRE>
-public jrummikub.util.IEvent <B>getStartTurnEvent</B>()</PRE>
+public <A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A> <B>getStartTurnEvent</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getStartTurnEvent()">IView</A></CODE></B></DD>
<DD>The start turn event is emitted when the player wants to start his turn
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getStartTurnEvent</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getStartTurnEvent()">getStartTurnEvent</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -1491,14 +2291,14 @@ public jrummikub.util.IEvent <B>getStartTurnEvent</B>()</PRE>
<A NAME="getAcknowledgeInvalidEvent()"><!-- --></A><H3>
getAcknowledgeInvalidEvent</H3>
<PRE>
-public jrummikub.util.IEvent <B>getAcknowledgeInvalidEvent</B>()</PRE>
+public <A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A> <B>getAcknowledgeInvalidEvent</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getAcknowledgeInvalidEvent()">IView</A></CODE></B></DD>
<DD>The start turn event is emitted when the player knows what invalid stones
he played
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getAcknowledgeInvalidEvent</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getAcknowledgeInvalidEvent()">getAcknowledgeInvalidEvent</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -1510,14 +2310,14 @@ public jrummikub.util.IEvent <B>getAcknowledgeInvalidEvent</B>()</PRE>
<A NAME="getAcknowledgeConnectionLostEvent()"><!-- --></A><H3>
getAcknowledgeConnectionLostEvent</H3>
<PRE>
-public jrummikub.util.IEvent <B>getAcknowledgeConnectionLostEvent</B>()</PRE>
+public <A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A> <B>getAcknowledgeConnectionLostEvent</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getAcknowledgeConnectionLostEvent()">IView</A></CODE></B></DD>
<DD>The acknoledge connection lost event is emitted when the user has
acknowledged that the network connection was lost
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getAcknowledgeConnectionLostEvent</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getAcknowledgeConnectionLostEvent()">getAcknowledgeConnectionLostEvent</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -1529,13 +2329,13 @@ public jrummikub.util.IEvent <B>getAcknowledgeConnectionLostEvent</B>()</PRE>
<A NAME="getNewRoundEvent()"><!-- --></A><H3>
getNewRoundEvent</H3>
<PRE>
-public jrummikub.util.IEvent <B>getNewRoundEvent</B>()</PRE>
+public <A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A> <B>getNewRoundEvent</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getNewRoundEvent()">IView</A></CODE></B></DD>
<DD>The new round event is emitted when the player wants to start a new round
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getNewRoundEvent</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getNewRoundEvent()">getNewRoundEvent</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -1547,13 +2347,13 @@ public jrummikub.util.IEvent <B>getNewRoundEvent</B>()</PRE>
<A NAME="getNewGameEvent()"><!-- --></A><H3>
getNewGameEvent</H3>
<PRE>
-public jrummikub.util.IEvent <B>getNewGameEvent</B>()</PRE>
+public <A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A> <B>getNewGameEvent</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getNewGameEvent()">IView</A></CODE></B></DD>
<DD>Is emitted if the player wants to end the game and start a new one
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getNewGameEvent</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getNewGameEvent()">getNewGameEvent</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -1565,13 +2365,13 @@ public jrummikub.util.IEvent <B>getNewGameEvent</B>()</PRE>
<A NAME="getEndProgramEvent()"><!-- --></A><H3>
getEndProgramEvent</H3>
<PRE>
-public jrummikub.util.IEvent <B>getEndProgramEvent</B>()</PRE>
+public <A HREF="../../../jrummikub/util/IEvent.html" title="interface in jrummikub.util">IEvent</A> <B>getEndProgramEvent</B>()</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#getEndProgramEvent()">IView</A></CODE></B></DD>
<DD>The quit event is emitted when the player wants to quit the game
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>getEndProgramEvent</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#getEndProgramEvent()">getEndProgramEvent</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
@@ -1580,16 +2380,30 @@ public jrummikub.util.IEvent <B>getEndProgramEvent</B>()</PRE>
</DL>
<HR>
+<A NAME="createDecorationStones()"><!-- --></A><H3>
+createDecorationStones</H3>
+<PRE>
+private java.util.List&lt;<A HREF="../../../jrummikub/util/Pair.html" title="class in jrummikub.util">Pair</A>&lt;<A HREF="../../../jrummikub/model/Stone.html" title="class in jrummikub.model">Stone</A>,<A HREF="../../../jrummikub/model/Position.html" title="class in jrummikub.model">Position</A>&gt;&gt; <B>createDecorationStones</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
<A NAME="setBottomPanel(jrummikub.view.IView.BottomPanelType)"><!-- --></A><H3>
setBottomPanel</H3>
<PRE>
-public void <B>setBottomPanel</B>(jrummikub.view.IView.BottomPanelType&nbsp;type)</PRE>
+public void <B>setBottomPanel</B>(<A HREF="../../../jrummikub/view/IView.BottomPanelType.html" title="enum in jrummikub.view">IView.BottomPanelType</A>&nbsp;type)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#setBottomPanel(jrummikub.view.IView.BottomPanelType)">IView</A></CODE></B></DD>
<DD>Sets the bottom panels type
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setBottomPanel</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#setBottomPanel(jrummikub.view.IView.BottomPanelType)">setBottomPanel</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - the type of the bottom panel</DL>
@@ -1597,16 +2411,30 @@ public void <B>setBottomPanel</B>(jrummikub.view.IView.BottomPanelType&nbsp;type
</DL>
<HR>
+<A NAME="doSetBottomPanel(jrummikub.view.IView.BottomPanelType)"><!-- --></A><H3>
+doSetBottomPanel</H3>
+<PRE>
+private void <B>doSetBottomPanel</B>(<A HREF="../../../jrummikub/view/IView.BottomPanelType.html" title="enum in jrummikub.view">IView.BottomPanelType</A>&nbsp;type)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
<A NAME="setStoneCollectionHidden(boolean)"><!-- --></A><H3>
setStoneCollectionHidden</H3>
<PRE>
public void <B>setStoneCollectionHidden</B>(boolean&nbsp;enable)</PRE>
<DL>
-<DD><B>Description copied from interface: <CODE>jrummikub.view.IView</CODE></B></DD>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../jrummikub/view/IView.html#setStoneCollectionHidden(boolean)">IView</A></CODE></B></DD>
<DD>Show stone collection
<P>
<DD><DL>
-<DT><B>Specified by:</B><DD><CODE>setStoneCollectionHidden</CODE> in interface <CODE>jrummikub.view.IView</CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../jrummikub/view/IView.html#setStoneCollectionHidden(boolean)">setStoneCollectionHidden</A></CODE> in interface <CODE><A HREF="../../../jrummikub/view/IView.html" title="interface in jrummikub.view">IView</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>enable</CODE> - showing collection</DL>
@@ -1625,7 +2453,8 @@ public void <B>setStoneCollectionHidden</B>(boolean&nbsp;enable)</PRE>
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../jrummikub/view/impl/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/View.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
@@ -1642,7 +2471,7 @@ public void <B>setStoneCollectionHidden</B>(boolean&nbsp;enable)</PRE>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;PREV CLASS&nbsp;
+&nbsp;<A HREF="../../../jrummikub/view/impl/TablePanel.html" title="class in jrummikub.view.impl"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?jrummikub/view/impl/View.html" target="_top"><B>FRAMES</B></A> &nbsp;
@@ -1663,9 +2492,9 @@ public void <B>setStoneCollectionHidden</B>(boolean&nbsp;enable)</PRE>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
- SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_java.awt.Component">NESTED</A>&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_javax.swing.JFrame">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+ SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_javax.swing.JFrame">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>