• 大小: 5.26KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-20
  • 语言: Java
  • 标签:

资源简介

Java 日期格式有效性判断(基础篇-实例196).zip

资源截图

代码片段和文件信息

package com.mingrisoft.time;

import java.awt.EventQueue;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.text.ParseException;
import java.text.SimpleDateFormat;

import javax.swing.JButton;
import javax.swing.Jframe;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JTextField;
import javax.swing.border.EmptyBorder;
import javax.swing.UIManager;

public class DateValidator extends Jframe {
    
    /**
     * 
     */
    private static final long serialVersionUID = 1397183659288755891L;
    private JPanel contentPane;
    private JTextField dateTextField;
    private JTextField formatTextField;
    
    /**
     * Launch the application.
     */
    public static void main(String[] args) {
        try {
            UIManager.setLookAndFeel(“com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel“);
        } catch (T

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         232  2010-09-11 17:01  .classpath
     文件         379  2010-09-11 17:01  .project
     文件         792  2013-11-21 08:41  bin\com\mingrisoft\time\DateValidator$1.class
     文件         762  2013-11-21 08:41  bin\com\mingrisoft\time\DateValidator$2.class
     文件        3619  2013-11-21 08:41  bin\com\mingrisoft\time\DateValidator.class
     文件        4233  2010-09-11 17:01  src\com\mingrisoft\time\DateValidator.java

评论

共有 条评论