source: src/main/java/weka/gui/MemoryUsage.props @ 28

Last change on this file since 28 was 4, checked in by gnappo, 14 years ago

Import di weka.

File size: 1.0 KB
RevLine 
[4]1# Properties file for customizing the memory usage panel.
2#
3# author:  FracPete (fracpete at waikato dot ac dot nz)
4# version: $Revision: 1.1 $
5
6# The dimensions of the dialog, width and height.
7Width=400
8# Uncomment the following property if you don't want the height to be based on
9# the height of the "garbage collector" button.
10#Height=20
11
12# The position of the frame. If at least one equals "-1", then the position
13# will be ignored.
14Left=-1
15Top=-1
16
17# The background color for the graph.
18BackgroundColor=white
19
20# The refresh interval in milliseconds
21Interval=1000
22
23# The percentage thresholds at which to change color. comma-separated list.
24# Percentages listed here must have a corresponding color entry, i.e.,
25# if "70" is in the list, then an entry like "70=somecolor" must be listed in
26# the properties file as well.
27Percentages=70,80,90
28
29# The default color, i.e., the color for memory usage below the smallest
30# threshold listed in "Percentages".
31DefaultColor=green
32
33# The colors for the thresholds (can use R,G,B format)
3470=yellow
3580=orange
3690=red
Note: See TracBrowser for help on using the repository browser.