Skip to content

Commit

Permalink
jfc : add setPanel() command
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Jul 7, 2017
1 parent 519e7db commit b9950a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/jfcontrols/src/jfcontrols/panels/Events.java
Original file line number Diff line number Diff line change
Expand Up @@ -1526,6 +1526,9 @@ public static void doCommand(String cmd, String args[], WebUIClient client) {
}
break;
}
case "setPanel": {
client.setPanel(Panels.getPanel(args[0], client));
}
}
}
public static void setFocus(TextField tf) {
Expand Down

0 comments on commit b9950a3

Please sign in to comment.