Skip to content
Snippets Groups Projects
Commit f4675a7d authored by tcarver's avatar tcarver
Browse files

tidy

parent ca015063
Branches
Tags
No related merge requests found
......@@ -106,35 +106,6 @@ public class PrintDNAImage extends ScrollPanel
dna.drawAll(g2d,true);
}
/**
*
* Print to a jpeg or png file
*
*/
/* public void print()
{
if(format == null)
getFormatDialog();
try
{
File fsave = showOptions();
if(fsave == null)
return;
RenderedImage rendImage = createDNAImage(0);
writeImageToFile(rendImage,fsave,type);
}
catch(NoClassDefFoundError ex)
{
JOptionPane.showMessageDialog(this,
"This option requires Java 1.4 or higher.");
}
}*/
/**
*
* Get a default page format
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment