Set colors of Java program in XML file

E

Emanuel Berg

I have Java program that outputted the following
settings when I run it the first time. I wonder, is
there any other settings I could put there?
Specifically, regarding colors? I'd like the background
to be black (and not white), and the face color
correspondingly bright (instead of black). Is that
possible, and if so, what are the names of those
options?

Thank you :)

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE map SYSTEM "http://java.sun.com/dtd/preferences.dtd">
<map MAP_XML_VERSION="1.0">
<entry key="msc.headerFontName" value="SansSerif"/>
<entry key="msc.headerFontSize" value="12"/>
<entry key="msc.headerFontStyle" value="1"/>
<entry key="msc.headerHeight" value="18"/>
<entry key="msc.logArrowLength" value="10"/>
<entry key="msc.logArrowWidth" value="3"/>
<entry key="msc.logEventHeight" value="30"/>
<entry key="msc.logEventHorizontalSpacing" value="10"/>
<entry key="msc.logEventMargin" value="5"/>
<entry key="msc.logLeftMargin" value="10"/>
<entry key="msc.logMessageFontName" value="SansSerif"/>
<entry key="msc.logMessageFontSize" value="10"/>
<entry key="msc.logMessageFontStyle" value="0"/>
<entry key="msc.logRoundCorner" value="5"/>
<entry key="msc.logStateFontName" value="SansSerif"/>
<entry key="msc.logStateFontSize" value="12"/>
<entry key="msc.logStateFontStyle" value="0"/>
<entry key="msc.logTopMargin" value="10"/>
<entry key="msc.timeLineFontName" value="SansSerif"/>
<entry key="msc.timeLineFontSize" value="9"/>
<entry key="msc.timeLineWidth" value="16"/>
</map>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top