Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #5392

Re: Set colors of Java program in XML file

From Emanuel Berg <embe8573@student.uu.se>
Newsgroups comp.lang.java.gui
Subject Re: Set colors of Java program in XML file
Date 2013-11-23 03:03 +0100
Organization Aioe.org NNTP Server
Message-ID <87txf33md1.fsf@nl106-137-194.student.uu.se> (permalink)
References <8761rk3tyl.fsf@nl106-137-194.student.uu.se> <528fe95a$0$300$14726298@news.sunsite.dk> <87zjow2e6r.fsf@nl106-137-194.student.uu.se> <1kt3bf3swppwe.1k08zyw3omlb4.dlg@40tude.net>

Show all headers | View raw


Joerg Meier <joergmmeier@arcor.de> writes:

> You can attempt to force the application to use a
> custom look and feel (maybe you can find one you like
> on Google). No guarantees.
>
> http://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html

That worked! Amazing! Thank you! I put an alias like
this in .zshrc so not having to type that whole command
each time:

alias uppaal_lf_motif='java
-Dswing.defaultlaf=com.sun.java.swing.plaf.motif.MotifLookAndFeel
-jar uppaal.jar'

I'm not 100% happy with that theme but it is gray
instead of white, and that's a huge improvement. I
wonder if I could configure the *theme* itself?

On the other hand, finding a green-on-black theme
perhaps shouldn't be impossible now that I know it
works!

-- 
Emanuel Berg, programmer-for-rent. CV, projects, etc at uXu
underground experts united:  http://user.it.uu.se/~embe8573

Back to comp.lang.java.gui | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Set colors of Java program in XML file Emanuel Berg <embe8573@student.uu.se> - 2013-11-23 00:19 +0100
  Re: Set colors of Java program in XML file Arne Vajhøj <arne@vajhoej.dk> - 2013-11-22 18:31 -0500
    Re: Set colors of Java program in XML file Emanuel Berg <embe8573@student.uu.se> - 2013-11-23 00:45 +0100
      Re: Set colors of Java program in XML file Joerg Meier <joergmmeier@arcor.de> - 2013-11-23 02:45 +0100
        Re: Set colors of Java program in XML file Emanuel Berg <embe8573@student.uu.se> - 2013-11-23 03:03 +0100
        Re: Set colors of Java program in XML file Emanuel Berg <embe8573@student.uu.se> - 2013-11-23 03:55 +0100
          Re: Set colors of Java program in XML file Joerg Meier <joergmmeier@arcor.de> - 2013-11-23 13:21 +0100
            Re: Set colors of Java program in XML file Emanuel Berg <embe8573@student.uu.se> - 2013-11-23 15:20 +0100
              Re: Set colors of Java program in XML file Joerg Meier <joergmmeier@arcor.de> - 2013-11-23 17:46 +0100
                Re: Set colors of Java program in XML file Emanuel Berg <embe8573@student.uu.se> - 2013-11-23 19:18 +0100
                Re: Set colors of Java program in XML file Joerg Meier <joergmmeier@arcor.de> - 2013-11-23 20:02 +0100
                Re: Set colors of Java program in XML file Emanuel Berg <embe8573@student.uu.se> - 2013-11-24 16:16 +0100
                Re: Set colors of Java program in XML file Joerg Meier <joergmmeier@arcor.de> - 2013-11-24 18:19 +0100
                Re: Set colors of Java program in XML file Emanuel Berg <embe8573@student.uu.se> - 2013-11-24 23:20 +0100
                Re: Set colors of Java program in XML file Emanuel Berg <embe8573@student.uu.se> - 2013-11-25 22:08 +0100
                Re: Set colors of Java program in XML file Emanuel Berg <embe8573@student.uu.se> - 2013-11-25 22:21 +0100
                Re: Set colors of Java program in XML file Joerg Meier <joergmmeier@arcor.de> - 2013-11-25 23:21 +0100
  Re: Set colors of Java program in XML file Jeff Higgins <jeff@invalid.invalid> - 2013-11-22 22:12 -0500
    Re: Set colors of Java program in XML file Emanuel Berg <embe8573@student.uu.se> - 2013-11-23 04:21 +0100
      Re: Set colors of Java program in XML file Lew <lewbloch@gmail.com> - 2013-12-02 15:51 -0800

csiph-web