Package bdsup2sub.gui.conversion

Examples of bdsup2sub.gui.conversion.ConversionDialog.wasCanceled()


                        }

                        ConversionDialog conversionDialog = new ConversionDialog(view);
                        conversionDialog.enableOptionMove(model.getMoveCaptions());
                        conversionDialog.setVisible(true);
                        if (!conversionDialog.wasCanceled()) {
                            Core.scanSubtitles();
                            if (model.getMoveCaptions()) {
                                Core.moveAllThreaded(view);
                            }
                            int subIndex = model.getSubIndex();
View Full Code Here


            // show dialog
            ConversionDialog trans = new ConversionDialog(view);
            trans.enableOptionMove(false);
            trans.setVisible(true);

            if (!trans.wasCanceled()) {
                // create and show image
                try {
                    if (Core.isReady()) {
                        int subIndex = model.getSubIndex();
                        Core.reScanSubtitles(rOld, fpsTrgOld, delayOld, changeFpsOld, fsXOld, fsYOld);
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.