import java.beans.*;
import javax.swing.*;
import javax.swing.event.*;
-import javax.swing.plaf.basic.*;
class DelegatingRenderer implements ListCellRenderer {
c.anchor = GridBagConstraints.WEST;
pane.add(new JLabel("Look & feel"), c);
+ /*
class LookAndFeelRenderer extends BasicComboBoxRenderer implements ListCellRenderer {
public LookAndFeelRenderer() {
return this;
}
}
+ */
final UIManager.LookAndFeelInfo[] look_and_feels = UIManager.getInstalledLookAndFeels();
return graphs;
}
}
-
+
+ /*
static private class AscentGraphs extends OverallGraphs {
protected AltosGraphTime myAltosGraphTime(String suffix) {
return (new AltosGraphTime("Ascent " + suffix) {
.addElement(e_coast);
}
}
-
+ */
+
+ /*
static private class DescentGraphs extends OverallGraphs {
protected AltosGraphTime myAltosGraphTime(String suffix) {
return (new AltosGraphTime("Descent " + suffix) {
// ((XYGraph)graph[8]).ymin = new Double(-50);
}
}
+ */
public AltosGraphUI(AltosRecordIterable records, String name) throws InterruptedException, IOException {
super(String.format("Altos Graph %s", name));