package com.elsealabs.xshot.views; import javax.swing.JFrame; /** * XView.java * * An extension of the JFrame class to be expanded if needed * in the future. * * @author Connor Elsea * @version 1.0 */ public class XView extends JFrame { private static final long serialVersionUID = 1L; }