minor update to comments and add missing JavaDoc

This commit is contained in:
kappa1 2011-07-10 00:31:16 +00:00
parent 4a748c7954
commit 2cbae6efc8
2 changed files with 5 additions and 2 deletions

View file

@ -956,8 +956,8 @@ final class LinuxDisplay implements DisplayImplementation {
* in xembed mode. Every xembed embedder window has a focus proxy
* window that recieves all the input. This method will test whether
* the provided window handle is the focus proxy, if so it will get its
* parent window and then test whether this is indeed the window that
* belongs to our current_window. If so then parent window is active.
* parent window and then test whether this is an ancestor to our
* current_window. If so then parent window is active.
*
* @param window - the window handle to test
*/

View file

@ -120,6 +120,9 @@ import java.util.zip.ZipFile;
* <li>al_windows32 - [String] If specifed it will be used instead of al_windows on 32bit windows systems.</li>
* <li>al_linux64 - [String] If specifed it will be used instead of al_linux on 64bit linux systems.</li>
* <li>al_linux32 - [String] If specifed it will be used instead of al_linux on 32bit linux systems.</li>
* <li>al_mac32 - [String] If specifed it will be used instead of al_mac on 64bit mac systems.</li>
* <li>al_mac64 - [String] If specifed it will be used instead of al_mac on 32bit mac systems.</li>
* <li>al_macppc - [String] If specifed it will be used instead of al_mac on PPC mac systems.</li>
* <p>
* <li>boxbgcolor - [String] any String AWT color ("red", "blue", etc), RGB (0-255) or hex formated color (#RRGGBB) to use as background. <i>Default: #ffffff</i>.</li>
* <li>boxfgcolor - [String] any String AWT color ("red", "blue", etc), RGB (0-255) or hex formated color (#RRGGBB) to use as foreground. <i>Default: #000000</i>.</li>