Package br.gravidometro.paineis

Source Code of br.gravidometro.paineis.MenuDUMPanel

package br.gravidometro.paineis;

import javax.swing.JPanel;

import br.gravidometro.core.MyCalendar;

import com.toedter.calendar.JDateChooser;

public class MenuDUMPanel extends JPanel {
  private static final long serialVersionUID = 1L;
  JDateChooser dDUM;

  public MenuDUMPanel() {

    dDUM = new MyCalendar();
    add(dDUM);


  }

}
TOP

Related Classes of br.gravidometro.paineis.MenuDUMPanel

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.