コード例 #1
0
ファイル: AddLayerAction.java プロジェクト: abtplouton/YAams
 @Override
 protected void doPerformAction() {
   Map currentMap = editor.getCurrentMap();
   currentMap.addLayer();
   editor.setCurrentLayer(currentMap.getTotalLayers() - 1);
 }