• R/O
  • SSH

Commit

Frequently used words (click to add to your profile)

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

最古版。新版→https://osdn.jp/users/tacticsrealize/pf/ChlorophyllUploader/wiki/FrontPage


Commit MetaInfo

Revisión635bdab6a89fd692196fa1b53d0592a0020260ba (tree)
Tiempo2015-07-14 18:38:17
AutorMirrgieRiana Kurilab
CommiterMirrgieRiana Kurilab

Log Message

FrameChlorofilSender: show2つ: private -> public

Cambiar Resumen

Diferencia incremental

diff -r 1da4dec564cc -r 635bdab6a89f src_main/ants/chlorofilsender/FrameChlorofilSender.java
--- a/src_main/ants/chlorofilsender/FrameChlorofilSender.java Tue Jul 14 18:37:50 2015 +0900
+++ b/src_main/ants/chlorofilsender/FrameChlorofilSender.java Tue Jul 14 18:38:17 2015 +0900
@@ -130,7 +130,7 @@
130130
131131 private FramePacketChlorofilSender frameChlorofilPacket = null;
132132
133- private void showFramePacketChlorofilSender()
133+ public void showFramePacketChlorofilSender()
134134 {
135135 if (frameChlorofilPacket == null) {
136136 frameChlorofilPacket = new FramePacketChlorofilSender(packet -> {
@@ -144,7 +144,7 @@
144144 frameChlorofilPacket.setVisible(true);
145145 }
146146
147- private void showFrameCreateFileWatcherSpawning()
147+ public void showFrameCreateFileWatcherSpawning()
148148 {
149149 FrameCreateFileWatcherSpawning frame = new FrameCreateFileWatcherSpawning(fileWatcherSpawning -> {
150150