• 大小: 289KB
    文件类型: .zip
    金币: 2
    下载: 2 次
    发布日期: 2021-06-15
  • 语言: Java
  • 标签:

资源简介

数据结构课设 java版 校园导航系统 该程序能完成以下功能: (1) 查询各景点的相关信息;   (2) 查询图中任意两个景点间的最短路径。   (3) 查询图中任意两个景点间的所有路径。   (4) 增加、删除、更新有关景点和道路的信息。

资源截图

代码片段和文件信息

/*
 * AddScenery.java
 *
 * Created on __DATE__ __TIME__
 */

package frame;

import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;

import server.AddSceneryServer;

/**
 *
 * @author  __USER__
 */
public class AddScenery extends javax.swing.Jframe {
private Screen sc;
/** Creates new form AddScenery */
public AddScenery(Screen sc) {
this.sc = sc;
this.settitle(“添加景点信息“);
this.setVisible(false);
this.setLocation(500 100);
this.setResizable(false);
initComponents();
}

/** This method is called from within the constructor to
 * initialize the form.
 * WARNING: Do NOT modify this code. The content of this method is
 * always regenerated by the Form Editor.
 */
//GEN-BEGIN:initComponents
// 
private void initComponents() {

this.addWindowListener(new WindowAdapter() {
public void windowClosing(WindowEvent e) {
sc.setVisible(true);
}
});
jPanel1 = new javax.swing.JPanel();
label1 = new java.awt.Label();
textField1 = new java.awt.TextField();
label2 = new java.awt.Label();
textArea1 = new java.awt.TextArea(““ 1 1 java.awt.TextArea.SCROLLBARS_VERTICAL_ONLY);
button1 = new java.awt.Button();

setDefaultCloseOperation(javax.swing.WindowConstants.HIDE_ON_CLOSE);
setFocusable(false);

label1.setText(“\u666f\u70b9\u540d\u79f0“);

textField1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
textField1ActionPerformed(evt);
}
});

label2.setText(“\u7b80\u8981\u4ecb\u7ecd“);

button1.setLabel(“\u786e\u8ba4“);
button1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
button1ActionPerformed(evt);
}
});

javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(
jPanel1);
jPanel1.setLayout(jPanel1Layout);
jPanel1Layout
.setHorizontalGroup(jPanel1Layout
.createParallelGroup(
javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(
jPanel1Layout
.createSequentialGroup()
.addGroup(
jPanel1Layout
.createParallelGroup(
javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(
jPanel1Layout
.createSequentialGroup()
.addContainerGap()
.addGroup(
jPanel1Layout
.createParallelGroup(
javax.swing.GroupLayout.Alignment.LEADING
false)
.addComponent(
label2
javax.swing.GroupLayout.Alignment.TRAILING
javax.swing.GroupLayout.DEFAULT_SIZE
javax.swing.GroupLayout.DEFAULT_SIZE

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-12-26 15:44  11770114罗永春11卓越7\
     文件      332288  2013-12-26 15:27  11770114罗永春11卓越7\11770114罗永春11卓越7.doc
     文件         265  2013-12-26 15:23  11770114罗永春11卓越7\SQL.sql
     目录           0  2013-12-26 15:29  11770114罗永春11卓越7\school\
     文件         389  2013-12-15 23:07  11770114罗永春11卓越7\school\.classpath
     文件         382  2013-12-15 13:34  11770114罗永春11卓越7\school\.project
     目录           0  2013-12-26 15:29  11770114罗永春11卓越7\school\.settings\
     文件         598  2013-12-15 13:34  11770114罗永春11卓越7\school\.settings\org.eclipse.jdt.core.prefs
     目录           0  2013-12-26 15:29  11770114罗永春11卓越7\school\bin\
     目录           0  2013-12-26 15:29  11770114罗永春11卓越7\school\bin\frame\
     文件         740  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AddScenery$1.class
     文件         733  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AddScenery$2.class
     文件         733  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AddScenery$3.class
     文件         482  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AddScenery$4.class
     文件        6100  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AddScenery.class
     文件         712  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AddWay$1.class
     文件         705  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AddWay$2.class
     文件         705  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AddWay$3.class
     文件         466  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AddWay$4.class
     文件        6534  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AddWay.class
     文件         754  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AlterScenery$1.class
     文件         747  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AlterScenery$2.class
     文件         747  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AlterScenery$3.class
     文件         490  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AlterScenery$4.class
     文件        6122  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AlterScenery.class
     文件         726  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AlterWay$1.class
     文件         719  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AlterWay$2.class
     文件         719  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AlterWay$3.class
     文件         719  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AlterWay$4.class
     文件         719  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AlterWay$5.class
     文件         719  2013-12-21 16:38  11770114罗永春11卓越7\school\bin\frame\AlterWay$6.class
............此处省略61个文件信息

评论

共有 条评论