(追記) (追記ここまで)

update : Java Glossary

home page go to the Java Glossary Home go to the Computer Buyer’s Glossary up jump to foot of page Google search web for more information on this topic Pinterest pin button
*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)
©1996-2017 2008年03月06日 Roedy Green of Canadian Mind Products

update

In the context of Java AWT (Advanced Windowing Toolkit), clear the area for the component to the background colour by doing a fillrect then paint. update calls paint directly. update routines are often overridden to eliminate the fillrect which will reduce flicker.

/**
* turn off background repaint, because we will paint
* the entire region in paint.
*
* @param g Graphics context on which we paint.
*/
public void update ( Graphics g )
 {
 paint( g );
 }

update does not typically call validate .

Software Updates

update also means to install a more recent version of a program where the newer version is free. This should either be fully automatic or should take at most two clicks:

  1. Find out what updates are available and what they will do.
  2. Confirm it is OK to install them.

Windows dithers about with its updates requiring, count ’em, 6 clicks.

Learning More

Oracle’s Javadoc on update package : available:

standard footer
CMP home jump to top

This page is posted
on the web at:

http://mindprod.com/jgloss/update.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\update.html
Canadian Mind Products
Please read the feedback from other visitors, or send your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.
Canadian Mind Products
IP:[65.110.21.43]
Your face IP:[40.74.122.252]
(追記) (追記ここまで)
Feedback You are visitor number
website statistics
[フレーム]

AltStyle によって変換されたページ (->オリジナル) /