All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.cmu.sv.domain.smart_house.GUI.DetailsPanel Maven / Gradle / Ivy

Go to download

A library that allows rapid prototyping of dialog systems (language understanding, discourse modelling, dialog management, language generation).

There is a newer version: 0.7.0
Show newest version
package edu.cmu.sv.domain.smart_house.GUI;

import javax.swing.BorderFactory;
import javax.swing.JPanel;

public class DetailsPanel extends JPanel {
	public DetailsPanel() {
		setBorder(BorderFactory.createTitledBorder("Details"));
	}	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy