• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

OmegaT の背景に画像を表示します。


Commit MetaInfo

Revision12 (tree)
Time2014-05-06 18:34:02
Authoryu-tang

Log Message

remove VersionInfo class

Change Summary

Incremental Difference

--- trunk/src/jp/sourceforge/users/yutang/omegat/plugin/moenizer/MoeVersionInfo.java (revision 11)
+++ trunk/src/jp/sourceforge/users/yutang/omegat/plugin/moenizer/MoeVersionInfo.java (nonexistent)
@@ -1,36 +0,0 @@
1-/**************************************************************************
2- Moenizer - Allow to set background image for OmegaT.
3-
4- Copyright (C) 2013-2014 Yu Tang
5- Home page: http://sourceforge.jp/users/yu-tang/
6- Support center: http://sourceforge.jp/users/yu-tang/pf/Moenizer/
7-
8- This file is part of plugin for OmegaT.
9- http://www.omegat.org/
10-
11- License: GNU GPL version 3 or (at your option) any later version.
12-
13- You should have received a copy of the GNU General Public License
14- along with this program. If not, see <http://www.gnu.org/licenses/>.
15- **************************************************************************/
16-
17-package jp.sourceforge.users.yutang.omegat.plugin.moenizer;
18-
19-import javax.swing.JOptionPane;
20-
21-/**
22- *
23- * @author Yu-Tang
24- */
25-public class MoeVersionInfo {
26-
27- private static final String APP_NAME = "Moenizer";
28- private static final String APP_VERSION = "0.1";
29- private static final String APP_BUILD = "20130806";
30- private static final String APP_AUTHOR = "Yu-Tang";
31-
32- public static void main(String[] args) {
33- JOptionPane.showMessageDialog(null,
34- APP_NAME + " ver." + APP_VERSION + "." + APP_BUILD + "\nby " + APP_AUTHOR);
35- }
36-}