X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=examples%2Fgroovy%2FselectColumnsByFeatureAndGroup.groovy;h=b8edaa7f25be83acf7e8a333e2f151b8b800d1d9;hb=9276cd700c1157d058538fc4e4676c3dce16deaa;hp=0b479bfb68bdc4b0840bed43876ac806df31406d;hpb=37de9310bec3501cbc6381e0c3dcb282fcaad812;p=jalview.git diff --git a/examples/groovy/selectColumnsByFeatureAndGroup.groovy b/examples/groovy/selectColumnsByFeatureAndGroup.groovy index 0b479bf..b8edaa7 100644 --- a/examples/groovy/selectColumnsByFeatureAndGroup.groovy +++ b/examples/groovy/selectColumnsByFeatureAndGroup.groovy @@ -92,8 +92,8 @@ return "Found a total of ${nfeat} features across ${nseq} sequences in ${nal} al String getFeatureInput(){ def swingBuilder = new SwingBuilder(); - def response = JOptionPane.showInputDialog( - null, 'Select columns by feature by type','Enter type of feature', JOptionPane.OK_OPTION) + def response = JvOptionPane.showInputDialog( + null, 'Select columns by feature by type','Enter type of feature', JvOptionPane.OK_OPTION) return response } \ No newline at end of file