なんだか調子狂うなぁ~. このブログで公開しているJPEG GPX Mergerのなのですが・・・, =========================== //旧ソースの一部(Ver.1.3.1) public class JpegGpxMergerMain { public static final String DEF_VERSION = "1.3.1"; } --------------------------- public class AboutDialog extends JDialog { public AboutDialog(JFrame owner) { super(owner, "About JPEG Gpx Merger", true); String strVersion ="Version:"+JpegGpxMergerMain.DEF_VERSION; } }

