Javadoc has a code snippet for the SingleImagePanel class that explains how to do this. I repeat here for convenience
JFrame p = new JFrame();
p.add(new SingleImagePanel(new SourceImage(filename)));
p.setBackground(Color.BLACK);
p.setSize(512,512);
p.setVisible(true);
PixelMed , , , DCM4CHE ImageJ. .
- PixelMed - DICOM
- ImageJ -
- DCM4CHE -
, ImageJ.