基于JAVA SE的舌像提取系统完整代码

这是一个基于JAVA SE的舌像提取系统,包含了主要的代码实现,包括MyFrame类和MyPanel类,以及可能的MyDot类,用于处理舌像的分析和展示。程序执行后产生预期结果。
摘要由CSDN通过智能技术生成

舌像提取主代码

package StudyTEST;

import java.io.*;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
public class Tongue_Extract {
   
	/**
	 * Launch the application.
	 */
	public static void main(String[] args) {
   
		EventQueue.invokeLater(new Runnable() {
   
			public void run() {
   
				try {
   
					Tongue_Extract window = new Tongue_Extract();
					window.frame.setVisible(true);
				} catch (Exception e) {
   
					e.printStackTrace();
				}
			}
		});
	}

	/**
	 * Create the application.
	 */
	public Tongue_Extract (){
   
		initialize();
	}

	/**
	 * Initialize the contents of the frame.
	 */
	private void initialize() {
   
		frame = new JFrame();		
		frame.setBounds(650,160,680,740);
		frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
		frame.getContentPane().setLayout(null);
		        
        
        
        JPanel panel = new JPanel();
        panel.setBounds(10, 10, 635, 138);
        frame.getContentPane().add(panel);
        
        JLabel lblNewLabel = new JLabel("");
        lblNewLabel.setIcon(new ImageIcon("C:\\Users\\201801033013\\eclipse-workspace\\EducationPractice\\src\\JT}@X6)4_2T}X}5ZG_Q@UAP.png"));
        panel.add(lblNewLabel);
        
        scrollPane = new JScrollPane();
        scrollPane.setBounds(32, 204, 598, 420);
        frame.getContentPane().add(scrollPane);
        
        JPanel panel_1 = new JPanel();
        panel_1.setBackground(Color.GRAY);
		panel_1.setForeground(Color.GRAY);
        scrollPane.setViewportView(panel_1);
        
        JLabel lblNewLabel_1 = new JLabel("\u820C\u50CFPNG:");
        lblNewLabel_1.setBounds(22, 169, 61, 25</
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值