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

资源简介

Java 查看生日相关信息(基础篇-实例195).zip

资源截图

代码片段和文件信息

package com.mingrisoft.time;

import java.awt.BorderLayout;
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.DateFormatSymbols;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.GregorianCalendar;

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

public class Birthday extends Jframe {

/**
 * 
 */
private static final long serialVersionUID = -7168326951841017566L;
private JPanel contentPane;
private JTextField textField;
private JTextArea messageTextArea;

/**
 * Launch the application.
 */
public static void main(String[] args) {
try {
UIManager.setLookAndFeel(“com.s

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         232  2010-09-11 17:01  .classpath
     文件         379  2010-09-11 17:01  .project
     文件         767  2013-11-21 08:41  bin\com\mingrisoft\time\Birthday$1.class
     文件         732  2013-11-21 08:41  bin\com\mingrisoft\time\Birthday$2.class
     文件        4420  2013-11-21 08:41  bin\com\mingrisoft\time\Birthday.class
     文件        4156  2010-09-11 17:01  src\com\mingrisoft\time\Birthday.java

评论

共有 条评论