Package org.rat.free.security.makifx.core.utils

Examples of org.rat.free.security.makifx.core.utils.InternalPopupMessage.show()


                .setOkCancelButton(RBLoader.ll(ok), RBLoader.ll(cancel))
                .setIcon(UtilityFX.getImage("info_24.png"));
        if (doNotAskAgain) {
            ipm.setDoNotAskAgain();
        }
        ipm.show();
    }

    private void sensibleInit(@Nonnull Node comp,
            @Nonnull EncryptedNode node,
            @Nonnull String sensible_type,
View Full Code Here


                                    }
                                }).setHeader("About")
                        .setContent(Constants.LICENSE_TXT)
                        .setOkButton("Ok")
                        .setIcon(UtilityFX.getImage(Constants.ICN_OFFICIAL32));
                        ipm.show();

                    }
                });

        __border_root = new BorderPane();
View Full Code Here

                        + RBLoader.ll("The current and previous data are stored in this area and can be accessed by \"Explore\" function.") + " "
                        + RBLoader.ll("Note: If you delete this directory all data will be lost. This will allow you to create a new maki database."))
                .setOkButton("Ok")
                .setDoNotAskAgain()
                .setIcon(UtilityFX.getImage(Constants.ICN_OFFICIAL32));
        ipm.show();
    }

    private void loadMainTabbedGui() {

        /**
 
View Full Code Here

                .setIcon(UtilityFX.getImage("help_24.png"));

        if (!show_again) {
            ipm.setDoNotAskAgain();
        }
        ipm.show();
    }

    private void alert(String id, String header, String content, boolean show_again) {
        InternalPopupMessage ipm = createPopupMessage(id, new AnswerPopupMessage() {
            @Override
View Full Code Here

                .setIcon(UtilityFX.getImage("help_24.png"));

        if (!show_again) {
            ipm.setDoNotAskAgain();
        }
        ipm.show();
    }

    private void alertForceExit(String id, String header, String content) {
        InternalPopupMessage ipm = createPopupMessage(id, new AnswerPopupMessage() {
            @Override
View Full Code Here

            }
        }).setHeader(RBLoader.ll(header))
                .setContent(RBLoader.ll(content))
                .setOkButton(RBLoader.ll("Close"))
                .setIcon(UtilityFX.getImage("help_24.png"));
        ipm.show();
    }

    private PluginProvider getPluginAnswerNegativeOnSavingData() {
        Collection<PluginProvider> plugins = MAP_PLUGIN.values();
        if (plugins != null && !plugins.isEmpty()) {
View Full Code Here

                                    }
                                }).setHeader("About")
                        .setContent(Constants.LICENSE_TXT)
                        .setOkButton("Ok")
                        .setIcon(UtilityFX.getImage(Constants.ICN_OFFICIAL32));
                        ipm.show();

                    }
                });

        __border_root = new BorderPane();
View Full Code Here

                        + RBLoader.ll("The current and previous data are stored in this area "
                                + "and can be accessed by \"Explore\" function."))
                .setOkButton("Ok")
                .setDoNotAskAgain()
                .setIcon(UtilityFX.getImage(Constants.ICN_OFFICIAL32));
        ipm.show();
    }

    private void loadMainTabbedGui() {

        /**
 
View Full Code Here

                .setIcon(UtilityFX.getImage("help_24.png"));

        if (!show_again) {
            ipm.setDoNotAskAgain();
        }
        ipm.show();
    }

    private void alert(String id, String header, String content, boolean show_again) {
        InternalPopupMessage ipm = createPopupMessage(id, new AnswarePopupMessage() {
            @Override
View Full Code Here

                .setIcon(UtilityFX.getImage("help_24.png"));

        if (!show_again) {
            ipm.setDoNotAskAgain();
        }
        ipm.show();
    }

    private void alertForceExit(String id, String header, String content) {
        InternalPopupMessage ipm = createPopupMessage(id, new AnswarePopupMessage() {
            @Override
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.