資源簡介
電子地圖模塊java源碼,適用于java學習者,希望能幫助大家

代碼片段和文件信息
/*
?*?Mapframe.java
?*?版權所有:明日科技有限公司
?*?Created?on?2010年6月24日?下午4:22
?*/
package?com.mwq.map;
import?com.mwq.map.tool.ScreenSize;
/**
?*
?*?@author??Administrator
?*/
public?class?Mapframe?extends?javax.swing.Jframe?{
????/**?Creates?new?form?Mapframe?*/
????public?Mapframe()?{
????????initComponents();
????????setBounds((ScreenSize.getWidth()-getWidth())/2?(ScreenSize.getHeight()-getHeight())/2?getWidth()?getHeight());
????}
????/**?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.
?????*/
????@SuppressWarnings(“unchecked“)
????//?//GEN-BEGIN:initComponents
????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();
????}//? //GEN-END:initComponents
????/**
????*?@param?args?the?command?line?arguments
????*/
????public?static?void?main(String?args[])?{
????????java.awt.EventQueue.invokeLater(new?Runnable()?{
????????????public?void?run()?{
????????????????new?Mapframe().setVisible(true);
????????????}
????????});
????}
????//?Variables?declaration?-?do?not?modify//GEN-BEGIN:variables
????private?com.mwq.map.MapPanel?mapPanel;
????//?End?of?variables?declaration//GEN-END:variables
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-03-24?10:03??電子地圖模塊\
?????目錄???????????0??2015-03-24?10:03??電子地圖模塊\MapModule\
?????文件?????????394??2008-10-08?13:50??電子地圖模塊\MapModule\.classpath
?????文件?????????385??2008-09-26?09:17??電子地圖模塊\MapModule\.project
?????目錄???????????0??2015-03-24?10:03??電子地圖模塊\MapModule\.settings\
?????文件?????????452??2010-10-28?11:12??電子地圖模塊\MapModule\.settings\org.eclipse.core.resources.prefs
?????目錄???????????0??2015-03-24?10:03??電子地圖模塊\MapModule\bin\
?????目錄???????????0??2015-03-24?10:03??電子地圖模塊\MapModule\bin\com\
?????目錄???????????0??2015-03-24?10:03??電子地圖模塊\MapModule\bin\com\mwq\
?????目錄???????????0??2015-03-24?10:03??電子地圖模塊\MapModule\bin\com\mwq\map\
?????文件?????????542??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\Mapfr
?????文件????????1327??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\Mapfr
?????文件?????????755??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$1.class
?????文件?????????757??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$10.class
?????文件?????????758??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$11.class
?????文件?????????758??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$12.class
?????文件?????????758??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$13.class
?????文件?????????758??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$14.class
?????文件?????????767??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$15.class
?????文件?????????717??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$16.class
?????文件?????????758??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$17.class
?????文件?????????758??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$18.class
?????文件?????????795??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$19.class
?????文件?????????755??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$2.class
?????文件?????????758??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$20.class
?????文件?????????758??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$21.class
?????文件????????1133??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$22.class
?????文件????????1910??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$23.class
?????文件?????????809??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$24.class
?????文件?????????755??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$3.class
?????文件?????????755??2008-12-04?09:28??電子地圖模塊\MapModule\bin\com\mwq\map\MapPanel$4.class
............此處省略197個文件信息
評論
共有 條評論