コード例 #1
0
ファイル: Apps.java プロジェクト: dpharris/JMRI
 protected void buildLine7(JPanel pane) {
   if (connection[3] != null) {
     buildLine(connection[3], cs7, pane);
   }
 }
コード例 #2
0
ファイル: Apps.java プロジェクト: dpharris/JMRI
 protected void buildLine5(JPanel pane) {
   if (connection[1] != null) {
     buildLine(connection[1], cs5, pane);
   }
 }
コード例 #3
0
ファイル: Apps.java プロジェクト: dpharris/JMRI
 protected void buildLine6(JPanel pane) {
   if (connection[2] != null) {
     buildLine(connection[2], cs6, pane);
   }
 }
コード例 #4
0
ファイル: Apps.java プロジェクト: dpharris/JMRI
 protected void buildLine4(JPanel pane) {
   if (connection[0] != null) {
     buildLine(connection[0], cs4, pane);
   }
 }