/**
* @(#)aboutUs.java
*
*
* @author
* @version 1.00 2010/10/7
*/
import javax.swing.*;
import java.awt.*;
public class aboutUs extends JFrame{
private desPanel des=new desPanel();
public static void main(String args[]){
aboutUs frame=new aboutUs();
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setVisible(true);
}
public aboutUs() {
desPanel.setTitle("About us");
String desc="This Choose Your Flavor is a shop that allows customers to customize their drink.\n"+
"There are several franchise across Malaysia. We serve the freshesh and healtiest\n"+
"fresh juice. What best about Us is that we provide free of charge delivery.";
desPanel.setDescription(desc);
desPanel.setImageIcon("all.jpg");
setLayout(new BorderLayout());
add(desPanel,BorderLayout.CENTER);
}
}
judgemental 0 Light Poster
NormR1 563 Posting Sage Team Colleague
judgemental 0 Light Poster
NormR1 563 Posting Sage Team Colleague
judgemental 0 Light Poster
NormR1 563 Posting Sage Team Colleague
judgemental 0 Light Poster
javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster
judgemental 0 Light Poster
NormR1 563 Posting Sage Team Colleague
NormR1 563 Posting Sage Team Colleague
judgemental 0 Light Poster
NormR1 563 Posting Sage Team Colleague
judgemental 0 Light Poster
NormR1 563 Posting Sage Team Colleague
kramerd 29 Posting Pro in Training
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
judgemental 0 Light Poster
kramerd 29 Posting Pro in Training
NormR1 563 Posting Sage Team Colleague
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
judgemental 0 Light Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
judgemental 0 Light Poster
judgemental 0 Light Poster
Dean_Grobler 48 Posting Whiz in Training
judgemental 0 Light Poster
Dean_Grobler 48 Posting Whiz in Training
javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.