Insubstantial / insubstantial

Swing look-and-feel library and assorted widgets
193 stars 58 forks source link

JCheckBox and JRadioButton text missing #103

Closed Stephane-D closed 11 years ago

Stephane-D commented 11 years ago

I updated to last insubstancial and if the text AA problem is indeed fixed we have now missing text for JCheckBox and JRadioButton components (some others may be affected too).

shemnon commented 11 years ago

Before and after pictures please.

On Mon, Nov 5, 2012 at 3:14 AM, Stephane Dallongeville < notifications@github.com> wrote:

I updated to last insubstancial and if the text AA problem is indeed fixed we have now missing text for JCheckBox and JRadioButton components (some others may be affected too).

— Reply to this email directly or view it on GitHubhttps://github.com/Insubstantial/insubstantial/issues/103.

There is nothing that will hold me back. I know who I am.... I remember wher I came from, and I feel stronger for knowing. Zane, Ninja of Ice. Ninjago S01E07

Stephane-D commented 11 years ago

Here are the images :)

Before Before

After After

shemnon commented 11 years ago

Give it a twirl with the 7.2.1 snapshot, add this to your pom

<repositories>
  <repository>
    <id>snapshots-oss.sonatype.org</id>
    <name>Sonatype Snapshots Repository</name>
    <url>http://oss.sonatype.org/content/repositories/snapshots/<;/url>
    <releases>
      <enabled>false</enabled>
    </releases>
    <snapshots>
      <enabled>true</enabled>
    </snapshots>
  </repository>
<repositories>

and then depend on the 7.2.1-SNAPSHOT version

enwired commented 11 years ago

I don't know whether it works for everyone, but I tested 7.2.1-SNAPSHOT and it worked great for me! The text is anti-aliased in the way I expect. Thanks!

PS: There are two little typos in your pom snippet above: extra character in "<;/url>" and the final line should have "/repositories".

Stephane-D commented 11 years ago

Yeah the problem is fixed in the 7.2.1 snapshot version :)