Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepingchinchilla committed Feb 25, 2024
1 parent 9028418 commit 5226bcc
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

import com.google.gwt.core.shared.GWT;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.user.client.ui.Button;
import com.google.gwt.user.client.ui.Composite;
import com.google.gwt.user.client.ui.FlowPanel;
import com.google.gwt.user.client.ui.ListBox;
import com.google.gwt.user.client.ui.*;
import com.google.web.bindery.event.shared.EventBus;
import com.google.web.bindery.event.shared.binder.EventBinder;
import com.google.web.bindery.event.shared.binder.EventHandler;
Expand Down Expand Up @@ -40,6 +37,8 @@ public PositionEditingPanel() {

FlowPanel flowPanel = new FlowPanel();

// flowPanel.add(new HTML("Mouse Wheel = rotate")); // todo add instruction to how to rotate pieces

switchButton = SwitchButton.create();
flowPanel.add(new ElementWidget(switchButton
.setOffTitle("Play").setOnTitle("Edit").setColor(Theme.DEEP_PURPLE.color())
Expand Down

0 comments on commit 5226bcc

Please sign in to comment.