<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I think you stumbled across a more basis problem and your fix is only
partial.<br>
<br>
The user can select font's that the program can use. Under WinXP, the
look and feel uses the font's that the user selects in WinXP. If they
select a big font, the problem will show up again.<br>
<br>
For the sake of those that have vision problems (other reasons too) and
want a larger font, we should allow them to set the font. Generally
this means that setting fixed sizes is a bad idea. A quick glance show
that this is through out the code.<br>
<br>
For the divider, I played with using a float and also w/ commenting out
the line. Both seem to work as expected. I don't know if they fixed it
yet but there was a bug in setting the divider by float.<br>
<br>
Mark what happens if you comment out the line rather than setting it to
210. Also same question w the setPreferredSize(300,400) on the scroller.<br>
<br>
Mark Goodwin wrote:
<blockquote cite="midb0ca56fe040827064079ff43d6@mail.gmail.com"
 type="cite">
  <pre wrap="">The JSplitPane in SitePane didn't leave anough space on the left for
the buttons (which made one of them invisible on OS X).  Increased the
width to 210 from 200.

The build.xml still referenced tar.jar in the signjar stuff causing
bibledesktop builds to fail.  Removed that line.

HTH

MarkG
  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
jsword-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jsword-devel@crosswire.org">jsword-devel@crosswire.org</a>
<a class="moz-txt-link-freetext" href="http://www.crosswire.org/mailman/listinfo/jsword-devel">http://www.crosswire.org/mailman/listinfo/jsword-devel</a>
  </pre>
</blockquote>
</body>
</html>