Preview

online auction

Satisfactory Essays
Open Document
Open Document
347 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
online auction
PRACTICAL: 1
Aim : Write a program to implement Calculator using java applet.
Tools : NetBeans IDE 7.0.1,JDK
Theory:- Pluggable look and feel is a mechanism used in the Java Swing widget toolkit allowing to change the look and feel of the graphical user interface at runtime.
Swing allows an application to specialize the look and feel of widgets by modifying the default (via runtime parameters), deriving from an existing one, by creating one from scratch.
The javax.swing.plaf package consists of abstract classes derived from ComponentUI, and the classes in the javax.swing.plaf.basic package extend these abstract classes to implement the Basic look-and-feel. This is the set of UI delegates that all other look-and-feel classes are expected to use as a base for building off of. The Basic look-and-feel cannot be used on its own because BasicLookAndFeel is an abstract class. There are three pluggable look-and-feel implementations derived from the Basic look-and-feel:
Windows: com.sun.java.swing.plaf.windows.WindowsLookAndFeel
CDE\Motif: com.sun.java.swing.plaf.motif.MotifLookAndFeel
Metal (default): javax.swing.plaf.metal.MetalLookAndFeel
Each look-and-feel package contains a class derived from the abstract class javax.swing.LookAndFeel: BasicLookAndFeel, MetalLookAndFeel, WindowsLookAndFeel, etc. These are the central points of access to each look-and-feel package. You use them when changing the current look-and-feel, and the UIManager class (which is used to manage installed look-and-feels) uses them to access the current look-and-feel's UIDefaults table (which contains, among other things, UI delegate class names for each Swing component's corresponding look-and-feel).
SwingUtilities.updateComponentTreeUI() informs all children of the specified component that the look-and-feel has changed and that they need to discard their UI delegate in exchange for a different one of the specified type.

Program : package cal1;

import java.awt.*;
import

You May Also Find These Documents Helpful

  • Satisfactory Essays

    Other major changes include CSS Selectors which CSS2 had simple selectors and the new version calls the components as a sequence of simple selectors. Pseudo elements because many Pseudo elements have been added that allow in-depth yet easy styling. Also a new convention of double colons ‘::’ has been introduced. Style properties let multiple background images be layered in the box using different elements like background image position and repeat. Border style is the styling of borders that extended to images and rounded designs which includes creating image of the borders and then automatically apply image to the borders through CSS.…

    • 272 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    IT210 R5 Appendix D 2

    • 197 Words
    • 2 Pages

    K. Program interface that allows the user to make choices with a mouse, icons, and dialog boxes…

    • 197 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Nt1310 Unit 1 Term Paper

    • 1401 Words
    • 6 Pages

    View: This is the user facing component of the system. This is probably going to a webpage or an application native to the platform it is running on. Either case, it would require usage of some markup language (such as HTML) and some styling components (such as CSS). As for the ‘actionable’ items in this part of the component (such a clicking a button or choosing an option or submitting a form etc.) we would need some JavaScript or a similar scripting language with equivalent capabilities. Because there are…

    • 1401 Words
    • 6 Pages
    Good Essays
  • Good Essays

    Midijam System Overview

    • 617 Words
    • 3 Pages

    The MidiJam System design has been informed by following fields of study. Controllerism Controllerism is a new and rapidly growing art form that practices the use of software controllers for music creation. Vjing VJing is a broad designation for realtime visual performance. Human-Computer Interaction(HCI) Human-computer interaction is a field of design, evaluation and implementation of interactive computing systems for human use. Tangible User Interfaces(TUI) A branch of HCI that gives physical form to digital information[1].…

    • 617 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Japanning usually a is heavy black "lacquer", almost like shiny enamel paint. Also, Joseph Ward did very beautiful wood engraving from top to bottom. “The door of this rare japanned tall-case clock is remarkably well preserved. Its decoration, consisting of flowers, animals, and people situated in Far Eastern buildings and landscapes, is especially refined. The top and feet are modern replacements.”…

    • 484 Words
    • 2 Pages
    Good Essays
  • Better Essays

    Input Controls

    • 1029 Words
    • 5 Pages

    Shelly, G. B., & Rosenblatt, H. J. (2012). User Interface Design. In G. B. Shelly, H. J. Rosenblatt, M. Staudt, & M. Stranz (Eds.), Systems Analysis and Design (Vol. 9th, p. 371). Mason, Ohio: Cengag Learning.…

    • 1029 Words
    • 5 Pages
    Better Essays
  • Better Essays

    iv. Names for Java classes follow the same rules as for variable names. It is convention that each word in the class name begins with an upper case letter.…

    • 939 Words
    • 4 Pages
    Better Essays
  • Powerful Essays

    The Election of 1932 was a major turning point in the history and development of United States politics. Republican President, Herbert Hoover, led the nation with a hands-off approach. He believed in letting problems fix themselves. This method, while initially successful, led to his downfall when nothing was done about the regulation of the stock market, which in turn crashed, causing the Great Depression. This failure resulted in Hoover struggling to gain support during the election. His opponent, former friend and partner, Franklin Delano Roosevelt, made promises of a “New Deal” that would fix the problems Hoover helped to create. A brutal competition broke out between the two candidates. The used information from their past together as weapons. In letting his personal life become part of the campaign, Roosevelt was successful at gaining the support of most of the nation, and as a result won the election. This was the first time a Democrat had been elected President since 1916. The Election of 1932 demonstrated a shift in beliefs of the role that the United States federal government should play.…

    • 2598 Words
    • 11 Pages
    Powerful Essays
  • Satisfactory Essays

    how to stop...

    • 2246 Words
    • 11 Pages

    On the Design tab of the ribbon, check out the Themes, Colors, and Fonts galleries to get a custom look with just a click.…

    • 2246 Words
    • 11 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Java is an object oriented language. This means like unlike other languages such as FOTRAN, Object oriented languages organize the data and the commands come later. In this case java organizes data by use of classes and objects. (Cadenhead & Lemay, 2007) In other words java programs conceptualize a group of objects that work together. Therefore the use of classes in java comes about as it is the template used to create an object.…

    • 266 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Java Applet Checkpoint

    • 263 Words
    • 2 Pages

    A Java applet is a small program designed to run on a web page or in a Java virtual machine. The small size of the applet allows it to be executed in most browsers quickly. Applets can be used for various jobs from displaying images to custom navigation menus and even in-browser applications like calculators.…

    • 263 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    s.executeUpdate("UPDATE studentdetails SET stname= '"+jTextField2.getText()+"' , stage= '"+jTextField3.getText()+"', sttel= '"+jTextField4.getText()+"', stresult= '"+jTextField4.getText()+"' WHERE stid = '"+jTextField1.getText()+"' ");…

    • 2413 Words
    • 17 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Main Computer Components

    • 386 Words
    • 2 Pages

    Graphic user interface (GUI): Examples: Microsoft Windows, apple system 7 and Mac OS X, GNOME, and KDE…

    • 386 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Java Basic Swings

    • 1707 Words
    • 7 Pages

    Java, JSF 2, PrimeFaces, HTML5, JSP, Ajax, jQuery, Spring, Hibernate, RESTful Web Services, Hadoop, Android.…

    • 1707 Words
    • 7 Pages
    Good Essays
  • Powerful Essays

    Timetable Generation

    • 1545 Words
    • 7 Pages

    Swing is a widget toolkit for Java. It is part of Sun Microsystems' Java Foundation…

    • 1545 Words
    • 7 Pages
    Powerful Essays