Package jfxtras.scene.menu

Examples of jfxtras.scene.menu.CirclePopupMenu


    // place label
    label = new Label();
    stackPane.getChildren().add(label);
   
    // create menu
    circlePopupMenu = new CirclePopupMenu(this.stackPane, MouseButton.SECONDARY)
      .withAnimationInterpolation(null);
    circlePopupMenu.getItems().addAll(facebookMenuItem, googleMenuItem, skypeMenuItem, twitterMenuItem, windowsMenuItem);

    return stackPane;
  }
View Full Code Here

TOP

Related Classes of jfxtras.scene.menu.CirclePopupMenu

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.