資源簡介
本程序使用JAVA DB數據庫開發,導入項目以后不需要單獨對數據庫進行配置就可以啟動運行。項目啟動文件為src/com/mwq/map/MapFrame.java。
代碼片段和文件信息
package?com.mwq.map;
import?com.mwq.map.tool.ScreenSize;
public?class?Mapframe?extends?javax.swing.Jframe?{
???
????public?Mapframe()?{
????????initComponents();
????????setBounds((ScreenSize.getWidth()-getWidth())/2?(ScreenSize.getHeight()-getHeight())/2?getWidth()?getHeight());
????}
?????private?void?initComponents()?{
????????mapPanel?=?new?com.mwq.map.MapPanel();
????????setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
????????settitle(“電子地圖“);
????????getContentPane().setLayout(new?java.awt.GridLayout(1?0));
????????getContentPane().add(mapPanel);
????????pack();
????}
????public?static?void?main(String?args[])?{
????????java.awt.EventQueue.invokeLater(new?Runnable()?{
????????????public?void?run()?{
????????????????new?Mapframe().setVisible(true);
????????????}
????????});
????}
????
????private?com.mwq.map.MapPanel?mapPanel;
????
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-12-04?16:41??第3章??電子地圖系統\
?????文件?????????446??2011-01-18?11:46??第3章??電子地圖系統\.classpath
?????文件?????????426??2011-02-25?08:51??第3章??電子地圖系統\.project
?????目錄???????????0??2017-12-04?20:17??第3章??電子地圖系統\bin\
?????目錄???????????0??2017-12-04?20:17??第3章??電子地圖系統\bin\com\
?????目錄???????????0??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\
?????目錄???????????0??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\
?????目錄???????????0??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\
?????文件?????????851??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarDialog$1.class
?????文件?????????784??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarDialog$10$1.class
?????文件?????????918??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarDialog$10.class
?????文件?????????851??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarDialog$2.class
?????文件?????????930??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarDialog$3.class
?????文件?????????921??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarDialog$4.class
?????文件?????????930??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarDialog$5.class
?????文件?????????921??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarDialog$6.class
?????文件?????????852??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarDialog$7.class
?????文件?????????852??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarDialog$8.class
?????文件?????????852??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarDialog$9.class
?????文件???????13575??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarDialog.class
?????文件?????????802??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarPanel$1.class
?????文件?????????844??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarPanel$2.class
?????文件????????1664??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarPanel$3.class
?????文件????????3292??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\CalendarPanel.class
?????文件?????????895??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\MButton.class
?????文件????????1317??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\MTableCell.class
?????文件????????1299??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\calendar\MTableModel.class
?????目錄???????????0??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\dao\
?????文件????????3469??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\dao\ba
?????文件????????8796??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\dao\Dao.class
?????文件????????3162??2017-12-04?20:17??第3章??電子地圖系統\bin\com\mwq\map\dao\JDBC.class
............此處省略196個文件信息
- 上一篇:JAVA新聞發布系統源碼(可直接使用)
- 下一篇:高校選課管理系統
評論
共有 條評論