Home Answers Viewqa Applet web page design

 
 


micheal
web page design
0 Answer(s)      2 years and 3 months ago
Posted in : Applet

Great Applianz Ltd. was established in 1985, in New York. It deals in home appliances. Initially, it manufactured home appliances and sold them through selected stores. However, with a gradual increase in their popularity and sales, the company has opened its exclusive stores in New York. In a recent board meeting, the management has planned to expand its services to various parts of the world. The management decided to implement this service through its own website and handed this entire responsibility of developing the website to Smith, a developer. Problem Statement

The management at Great Applianz Ltd. has briefed Smith about their requirements for the proposed website. The website should provide the following functionality:

A Welcome page that gives the user a brief introduction about the company. This page should display the name of the company at the top, a brief history of the company, the services it offers, and the logo of the company.

On clicking the View Products button on the Welcome page, the Choose Appliances page opens. This page displays two categories of home appliances, kitchen appliances and other appliances. This page enables customers to choose between the two categories.

On clicking the Place an Order button on the welcome page, the Orders page opens that allows the users to buy, modify, and check the status of the orders they have placed.

Smith has to develop a Web application for Great Applianz Ltd. that incorporates the preceding functionality. In addition, Smith has to ensure the following aspects: The application supports all types of hardware and software. The application is secure over the Internet. In order to develop the Web application, Smith needs to analyze the working of the existing system. The existing system is a manual system where the shop has counters and every counter is allocated to a salesperson. When a customer comes, he/she interacts with the salesperson at a particular counter to enquire about a product. When satisfied with the details of the product, he/she can buy the product by offering the required payment. He has also observed that Great Applianz Ltd. has some discount policy for its esteemed customers. One such discount policy provides a discount of 5% to its customers on purchase of five or more items. While implementing various functionality, Smith has to ensure that the senior managers get certain privileges to view, add, or modify items. For example, while developing the application, Smith needs to create an Orders class to manage all the details regarding the orders, such as, total number of orders, orders delivered, and orders pending. The class will contain a member variable named appinfo for each appliance in order to store the name and manufacturing location of the appliance. In addition, a member variable named appID needs to be created so that it can store the value by combining the initials of the appliance name, its manufacturing location, and a unique number code. For example, if the appliance name is Refrigerator and the manufacturing location is Toronto, then the value stored in appID should be RT001, where 001 is a unique code.

1.Assume that Smith decides to implement the GridBag layout. Complete the following code snippet to implement the GridBag layout.Reffer to the statment

//import required packages public class WelcomePage extends JApplet{ JPanel mnPanel; JLabel lblCName, lblServices, lblCHistory, lblCLogo; JButton viewProd, placeOrdr; Icon image; public void init(){ mnPanel=new JPanel(); svrsPanel=new JPanel(); lblCName=new JLabel("Great Applianz Ltd."); lblServices=new JLabel("Services Offered"); lblCHistory=new JLabel("Great Applianz Ltd., established in 1985 in New York, is a leading home appliance company. Great Applianz has QUALITY as its motto. It promises to provide high quality products at a reasonable price. It has a wide variety of home appliances, such as geysers, sandwich toasters, microwaves, and refrigerators. "); lblCName.setFont(fnt); image = new ImageIcon("D:\logo.jpg"); //logo.jpg should be available in d: lblCLogo=new JLabel(image); viewProd=new JButton("View Products"); placeOrdr=new JButton("Place an Order"); getContentPane().add(mnPanel); } }

View Answers









Related Pages:
web page design
web page design  Great Applianz Ltd. was established in 1985, in New.... The website should provide the following functionality: A Welcome page that gives the user a brief introduction about the company. This page should display the name
web design
web design   Hii.. I have to design one registration page in java... (here i have to design captcha) submit (while clicking on submit... design that. Please help me asap Thanks a lot
Web design program - WebSevices
Web design program  Design an HTML page to create the standard calculator. When user will click on the button, display the caption of selected button in new document
Web Page design and Development Company
Web Page design and Development Company We are web page designing... the world. Web page design and development is an art and skilled developers can create... complete web page design and development solution. Our company is expert
Web design program - WebSevices
Web design program  Design an HTML page to accept Name (text box), Address (multiline textbox), Gender (radio button), Qualification (single selection), Specialisation (multiple selection), Languages (checkbox), Submit
Web design program - WebSevices
Web design program  Design an HTML page to accept information of the employee (important 5 details). Use appropriate controls. Give title â... controls using horizontal line. Design the web page with relevant background image
Web Page
Web Page    Use any programming language or package to create a Project 2 .The Main menu should only be displayed, if the user is valid and uses... to the Log-in Screen. Basic design of the Main Menu is given below as sample: Logo
web-design - JSP-Servlet
web-design  hi, i wanted to know what is web design.. is it the servlet that we write producing the output on the web page????????  Hi... out = res.getWriter(); String title = "Searching the Web"; String heading
Web design program - WebSevices
Web design program  Create a dynamic page using CSS as follows. a) The text displayed using should have background color â??Brownâ?? and text color â??whiteâ??, font â?? Arial. (2 marks) b) The paragraph can be displayed
The Characteristics and Design of Web 2.0
The Characteristics and Design of Web 2.0   ... Web 2.0 Templates are different in design and pattern from traditional website... the users look for more than a web site instead of simple text and picture based
web designing - Design concepts & design patterns
web designing  Hello sir, I want to make a Photo rotetor in my website project. Sony.com and Dell.com , these are the websites that have the photo rotetor in their main web page. please see these webs and send me the code
Professional Web Design Services For You Web Site
Professional Web Design Services For You Web Site  .... The page layout depends upon a lot of things in the web. This is because the web... design of the web site
What are Web Design Services
and innovative imagination Web page design optimization... What are Web Design Services The term web design looks simple that refers to arranging contents
WEB Design
WEB Design  Write a program to open the link in first frame in another frame?   Please visit the following link: Webservices Tutorials
Chapter 2. Design, build and test web components
Chapter 2. Design, build and test web... Servlet filters are pluggable Web components that allow us to implement pre-processing and post-processing logic in our Web applications. Filters support
Web Design books-Page1
Web Design books-Page1       The web design guide This site explains in very simple terms how... server space.   The advanced web design There are great
Front Page Web Hosting
Front Page Web Hosting Microsoft Front Page is leading WYSIWYG editor for the development of web site using HTML and DHTML. Front Page is used... providers provides Front Page Support on their web servers. Front Page extensions
Web Design Packages, Website Design Packages
: Design of Home Page + 5 additional web pages on Hyper Text Markup Language... an extensive range of web design solutions for all, from individuals to corporate...: HTML Basic Web Design Packages HTML Basic + Web
WEB PAGE
WEB PAGE  How To Create A Simple web Page Of a gmail using applet
Web Design Books Page 2
Web Design Books Page 2      ...; The Useful Web Design Books This page has been created to provide information on useful books themed around all aspects of web design. Whether you are new
web page
web page  1.Create a web page with the following using HTML i) To embed an image map in a web page ii) To fix the hot spots iii) Show all the related information when the hot spots are clicked
Web Design Training
Web Design Training  Hi, How to learn Web Design? What is the best courses in Web Design Training? Thanks   Hi, These days websites... design in PSD format, maintaining the websites etc. As a web designer you should
web design - Design concepts & design patterns
web design  hello sir. my quesstion is same please guide me. please reply my question .because it very urgrent. I want make header like-http://www.sigmainfotech.com.au/ this site but in this site header make in flash, I
Animated Web Design
Web page design optimization Graphic design Presentations...Animated Web Design Animation needs the higher skill of work and experience, and animation on web not only need the art but also need the technical skills
Web 3
Web 3.0 Design Web 3.0 Design: REST, AJAX, Silverlight, Widget Enabled, Taggable, Searchable everything?  RSS. A Web 3.0 Driver In the coming... web as it?s really very simple. Any person who has a little bit knowledge
web design - WebSevices
web design  I want to use macromedia Dreamweaver for designing the web pages for my j2ee web application, But i do not know how to use Dreamweaver so please help me. Thanks
web design - WebSevices
web design  I want to use macromedia Dreamweaver for designing the web pages for my j2ee web application, But i do not know how to use Dreamweaver so please help me. Thanks
Web design program - WebSevices
Web design program  Create the .css file. Write different styles for table cell to assign background colour. Incorporate the style in .html file. Create a table of 4 rows, 2 columns in the .html file. Using style, change
Web Format
Web Format Web 3.0 as Different Formats of Web The Semantic Web The term ?Semantic Web? refers to "Defined" Web that is an alliance of World Wide Web Consortium (W3C) and others to provide a standard for defining data
Web design program - WebSevices
Web design program  Accept any two numbers using text box. Provide four buttons Add, Divide, Square, and Modulus (remainder of division). On clicking corresponding button, display the relevant result in new window.  
Chapter 2. Design, build and test web components
Chapter 2. Design, build and test web...; Chapter 2. Design, build and test web components... preferences page. To create a new dynamic Web project
Web design program - WebSevices
Web design program  Provide two links. Display an image in new document on clicking corresponding link. The image displayed using second link should have 3 links to open 3 different files. Note : Each image should have border
Web Services
.  Confirm design of your Web Service so that it can create minimum... Web Services       Normally... services goes on in our daily-life. Web services was first time introduced
what is php used for in web design
what is php used for in web design  what is php used for in web design
Web Design Packages, Website Design Packages
Why Custom Website Designing? The Custom Web Designing means the designing... different. Thus to design and to develop the site according to general... website design? The answer is simple. A custom website design reflects the image
Design and develop custom tags
Prev Chapter 2. Design, build and test web components Next ... them from the project's Web Project Features properties page later... at the bottom of web page. In order to use custom
Web Design Packages, Website Design Packages
design Standard/Custom Shopping cart web design Graphics/ Flash...' and enjoy the advantage of perfect custom business web design solutions... Custom Website Design for Business Custom Website Design has become one
Design, develop and test JSPs
Prev Chapter 2. Design, build and test web components Next ... stand alone as a Web page, and it would invalidate any JSP file that included...;NextChapter 2. Design, build and test web components Home 
ToolTip Code - Design concepts & design patterns
ToolTip Code  Dear Sir, One more question i have.In my web page many students' roll number are there.I want to dispaly student's information...)Only by placing,not by clicking.No new page should open.I heard ki Tooltip can
connect a web page to a database
connect a web page to a database  how to connect a web page to a database
Fixed Header - Design concepts & design patterns
to integrate in my code i nedd some some small code.Just like this web site... The header should come down in same page while scrolling down.the report will come in one page Simple table with header fixed.But data should be srollable
ToolTip Code - Design concepts & design patterns
ToolTip Code  Dear Sir, One more question i have.In my web page many... by placing,not by clicking.No new page should open.I heard ki Tooltip can be used as bookmyshow and yatra.com web sites are using to show flight details only
Not Submitting Data - Design concepts & design patterns
Not Submitting Data  Hello Deepak , Thanks for replying me....but m not understanding ur code my problems is on designing web site.I am designing... page but i cant give two actions on form tag...... i give a some code below
JSP CUSTOM TAG - Design concepts & design patterns
JSP CUSTOM TAG   I am Barani Kumar I am trying to use jsp custom tag in my web application I want to now advantages in jsp custom tag I want... the repeatable jsp page logics and information and make it simplified and centralized
Web Performance Analyzer
takes the guesswork out of web page development! This new development tool enables you to measure, analyze, estimate and track baseline web page performance... Web Performance Analyzer     
What is Tableless Website Design
What is Tableless Website Design The term web design refers to fine art... of the methods of designing is known as tableless web design. The tableless design... that improve the accessibility of the web. Besides, tableless design is more search
php web page capture
php web page capture  How to capture the history of a web page using PHP
 (very urgent) - Design concepts & design patterns
  hi srikala if u want to display submit button in center of web page then use this thanks sandeep
how to design control panel for web applications
how to design control panel for web applications  how to design control panel for web applications
setting web page size
setting web page size  How to set the webpage size in Java

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.