MCPcopy Create free account
hub / github.com/Singular/Singular / showSaveMovieDialog

Method showSaveMovieDialog

Singular/LIB/surfex/Project.java:794–802  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

792 }
793
794 public void showSaveMovieDialog() {
795 if (antialiasing.isSelected()) {
796 saveMovieDialog.antialiasingQuality.setSelectedIndex(5);
797 } else {
798 saveMovieDialog.antialiasingQuality.setSelectedIndex(0);
799 }
800 surfex_.showMoviePreview = true;
801 saveMovieDialog.setVisible(true);
802 }
803
804 public String getSuxFile() {
805 String str = "";

Callers 1

actionCommandMethod · 0.95

Calls 2

setVisibleMethod · 0.80
isSelectedMethod · 0.45

Tested by

no test coverage detected