Package no.ugland.utransprod.util

Examples of no.ugland.utransprod.util.DesktopUtil.openFile()


        try {
            String fileName = (String) fileNameSelectionList.getSelection();
            File showFile = fileName != null ? new File(attachmentDir.getAbsolutePath() + "/" + fileName)
                    : null;
            DesktopUtil desktopUtil=new DesktopUtil();
            desktopUtil.openFile(showFile, window);
        } catch (DesktopException e) {
            throw new ProTransRuntimeException(e.getMessage());
        }

    }
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.