最古版。新版→https://osdn.jp/users/tacticsrealize/pf/ChlorophyllUploader/wiki/FrontPage
Revisión | 635bdab6a89fd692196fa1b53d0592a0020260ba (tree) |
---|---|
Tiempo | 2015-07-14 18:38:17 |
Autor | MirrgieRiana Kurilab |
Commiter | MirrgieRiana Kurilab |
FrameChlorofilSender: show2つ: private -> public
@@ -130,7 +130,7 @@ | ||
130 | 130 | |
131 | 131 | private FramePacketChlorofilSender frameChlorofilPacket = null; |
132 | 132 | |
133 | - private void showFramePacketChlorofilSender() | |
133 | + public void showFramePacketChlorofilSender() | |
134 | 134 | { |
135 | 135 | if (frameChlorofilPacket == null) { |
136 | 136 | frameChlorofilPacket = new FramePacketChlorofilSender(packet -> { |
@@ -144,7 +144,7 @@ | ||
144 | 144 | frameChlorofilPacket.setVisible(true); |
145 | 145 | } |
146 | 146 | |
147 | - private void showFrameCreateFileWatcherSpawning() | |
147 | + public void showFrameCreateFileWatcherSpawning() | |
148 | 148 | { |
149 | 149 | FrameCreateFileWatcherSpawning frame = new FrameCreateFileWatcherSpawning(fileWatcherSpawning -> { |
150 | 150 |