2024年3月21日发(作者:)
基于BIM技术的互联网装修应用软件源代码 1
import ;
import ;
import m;
import nState;
import stics; import System;
import c;
import entModel;
import .*;
import ption;
public class软件登录
{
public class ModeDemo extends ChartSamplePanel
implements ItemListener {
private FastLine series;
//private Mode modeFunction;
/** Creates a new instance of ModeDemo */
public ModeDemo() {
super();
mListener(this);
mListener(this);
}
public void itemStateChanged(ItemEvent e) {
Object source = mSelectable();
boolean isSelected = (teChange() == ED);
if (source == includeNullsButton) {
//TODO ludeNulls(isSelected);
} else if (source == ignoreNullsButton) {
oreNulls(isSelected);
}
}
protected void initChart() {
art();
}
protected void initComponents() {
mponents();
series = new FastLine(rt());
mpleValues();
// Set some null values for
l(11);
l(14);
l(3);
//TODO
//modeFunction = new ();
//rt(rt());
//iod(0); //all points
//ludeNulls(false);
Line functionSeries = new Line(rt());
le("Mode");
aSource(series);
//ction(modeFunction);
includeNullsButton = new JCheckBox("Include Null values");
ignoreNullsButton = new JCheckBox("Hide Null values");
}
protected void initGUI() {
I();
JPanel tmpPane = getButtonPane();
{
(includeNullsButton);
(HorizontalStrut(10));
(ignoreNullsButton);
(HorizontalGlue());
基于BIM技术的互联网装修应用软件源代码 2
}
}
private JCheckBox includeNullsButton, ignoreNullsButton;
}
public class MomentumDemo extends ChartSamplePanel
implements ChangeListener {
private Line sourceSeries;
private Momentum momentumFunction;
/**
* Creates a new instance of MomentumDemo
*/
public MomentumDemo() {
super();
ngeListener(this);
}
public void stateChanged(ChangeEvent e) {
Object source = rce();
if (source instanceof JSpinner) {
SpinnerModel tmpModel = ((JSpinner)source).getModel();
if (tmpModel instanceof SpinnerNumberModel) {
int period = ((SpinnerNumberModel)tmpModel).getNumber().intValue();
if ((period > 0) && (period < 101)) {
if (source == periodSpinner) {
iod(period);
}
}
}
}
}
protected void initComponents() {
mponents();
sourceSeries = new (rt());
ks().setVisible(false);
nter().setVisible(true);
le("Source");
or();
ePen().setColor();
mpleValues(30);
momentumFunction = new um(rt());
iod(10);
Line functionSeries = new (rt());
aSource(sourceSeries);
ction(momentumFunction);
le("Momentum");
or();
ePen().setColor();
ks().setVisible(false);
nter().setVisible(true);
SpinnerModel tmpModel;
tmpModel = new SpinnerNumberModel(
10,
1,
100,
1);
periodSpinner = new JSpinner(tmpModel);
}
protected void initGUI() {
I();
der().setVisible(true);
更多推荐
装修,互联网,软件,登录,技术,源代码
发布评论