• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

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

テキストの各行をキーと値に分離し、複数テキストファイルを読み込み、キーを突き合わせ照合し、その結果を表示するGUIユーテリティです。


Commit MetaInfo

Revisãof75525bdd07818fe8e988ee6d433dbdff1a62d33 (tree)
Hora2011-11-01 08:40:57
Autorseraphy <seraphy@192....>
Commiterseraphy

Mensagem de Log

・カラム削除の実装中

Mudança Sumário

Diff

--- a/src/textkeymatcher/ui/TextKeyMatcherView.form
+++ b/src/textkeymatcher/ui/TextKeyMatcherView.form
@@ -136,7 +136,6 @@
136136 <Property name="action" type="javax.swing.Action" editor="org.netbeans.modules.swingapp.ActionEditor">
137137 <action class="textkeymatcher.ui.TextKeyMatcherView" id="onRemoveColumn" methodName="onRemoveColumn"/>
138138 </Property>
139- <Property name="mnemonic" type="int" value="82"/>
140139 <Property name="text" type="java.lang.String" resourceKey="removeMenuItem.text"/>
141140 <Property name="name" type="java.lang.String" value="removeMenuItem" noResource="true"/>
142141 </Properties>
--- a/src/textkeymatcher/ui/TextKeyMatcherView.java
+++ b/src/textkeymatcher/ui/TextKeyMatcherView.java
@@ -414,7 +414,6 @@ public class TextKeyMatcherView extends FrameView implements ExitListener {
414414 dataMenu.add(jSeparator2);
415415
416416 removeMenuItem.setAction(actionMap.get("onRemoveColumn")); // NOI18N
417- removeMenuItem.setMnemonic('R');
418417 removeMenuItem.setText(resourceMap.getString("removeMenuItem.text")); // NOI18N
419418 removeMenuItem.setName("removeMenuItem"); // NOI18N
420419 dataMenu.add(removeMenuItem);
@@ -919,7 +918,7 @@ public class TextKeyMatcherView extends FrameView implements ExitListener {
919918
920919 JOptionPane optionPane = new JOptionPane(
921920 confirmRemoveColumnPanel,
922- JOptionPane.QUESTION_MESSAGE,
921+ JOptionPane.PLAIN_MESSAGE,
923922 JOptionPane.YES_NO_OPTION
924923 );
925924 JDialog dlg = optionPane.createDialog(getFrame(), "CONFIRM");
--- a/src/textkeymatcher/ui/resources/TextKeyMatcherView_ja_JP.properties
+++ b/src/textkeymatcher/ui/resources/TextKeyMatcherView_ja_JP.properties
@@ -60,3 +60,4 @@ uniqueRadioButtonMenuItem.text=\u30e6\u30cb\u30fc\u30af(U)
6060 ununiqueRadioButtonMenuItem.text=\u975e\u30e6\u30cb\u30fc\u30af(D)
6161 jRadioButtonMenuItem1.text=\u30e6\u30cb\u30fc\u30af(\u81ea\u5217\u3082\u5bfe\u8c61)
6262 jRadioButtonMenuItem2.text=\u975e\u30e6\u30cb\u30fc\u30af(\u81ea\u5217\u3082\u5bfe\u8c61)
63+removeColumnLabel.text=\u524a\u9664\u3059\u308b\u5217\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002