Search results

Results 1 – 20 of 564
Advanced search

Search in namespaces:

There is a page named "Event dispatching thread" on Wikipedia

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • The event dispatching thread (EDT) is a background thread used in Java to process events from the Abstract Window Toolkit (AWT) graphical user interface...
    11 KB (1,214 words) - 08:53, 24 March 2024
  • single thread, called the Event dispatching thread. Similarly, all UI updates in the Java framework JavaFX occur on the JavaFX Application Thread. Most...
    8 KB (792 words) - 09:22, 2 July 2024
  • Java programming language. SwingWorker enables proper use of the event dispatching thread. As of Java 6, SwingWorker is included in the JRE. Several incompatible...
    8 KB (735 words) - 22:26, 11 March 2024
  • Thumbnail for Swing (Java)
    invoke the constructor from the AWT event dispatching thread in order to ensure the code is executed in a thread-safe manner. Once the frame is displayed...
    29 KB (3,144 words) - 08:47, 28 May 2024
  • Thumbnail for Abstract Window Toolkit
    Swing is inherently thread safe. Therefore, code that updates the GUI or processes events should execute on the Event dispatching thread. Failure to do so...
    11 KB (1,134 words) - 17:41, 2 February 2024
  • transmission software Electrodynamic tether, a spacecraft component Event dispatching thread, in Java Australian Eastern Daylight Time (UTC+11) Eastern Daylight...
    1 KB (159 words) - 20:45, 31 May 2022
  • Reactor pattern (category Events (computing))
    in a single thread or process, which demultiplexes incoming requests and dispatches them to the correct request handler. By relying on event-based mechanisms...
    14 KB (1,481 words) - 15:55, 11 February 2024
  • occurs at a much higher IRQL, it will be desirable to perform this thread dispatching which is a less critical task at a later time when the processor's...
    3 KB (423 words) - 00:22, 3 April 2024
  • Pthreads (redirect from POSIX thread)
    thread 0. In main: Creating thread 1. In main: Creating thread 2. In main: Creating thread 3. Thread 0: Started. In main: Creating thread 4. Thread 3:...
    9 KB (1,086 words) - 15:33, 9 April 2024
  • In computer science, the event loop (also known as message dispatcher, message loop, message pump, or run loop) is a programming construct or design pattern...
    13 KB (1,677 words) - 13:29, 23 May 2024
  • integral components, while the paint() method is invoked when the AWT event dispatching thread repaints the screen. Following the creation of the Java application...
    4 KB (503 words) - 17:10, 22 June 2024
  • Thumbnail for Thread pool
    In computer programming, a thread pool is a software design pattern for achieving concurrency of execution in a computer program. Often also called a replicated...
    7 KB (729 words) - 21:36, 11 February 2023
  • threads. Ajax is a set of client-side web technologies used by the client to create asynchronous I/O web applications. Asynchronous method dispatch (AMD)...
    3 KB (356 words) - 10:34, 15 April 2024
  • Message loop in Microsoft Windows (category Events (computing))
    GUI are event-driven. Windows maintains an individual message queue for each thread that has created a window. Usually only the first thread creates windows...
    5 KB (593 words) - 06:46, 3 April 2024
  • jf.add(new JButton("Click me")); // pack and make visible on the Event-Dispatch Thread SwingUtilities.invokeLater(new Runnable() { @Override public void...
    16 KB (2,045 words) - 01:22, 14 June 2024
  • In computer science, threaded code is a programming technique where the code has a form that essentially consists entirely of calls to subroutines. It...
    31 KB (3,952 words) - 01:46, 23 January 2024
  • to a C++ virtual method call. Dispatching, a.k.a. late bound access, is provided by implementing IDispatch. Dispatching allows access from a wider range...
    34 KB (3,908 words) - 04:12, 28 June 2024
  • as more efficient than creating a thread whose sole purpose is to wait on a single event triggering. The dispatch framework declares several data types...
    17 KB (1,907 words) - 18:12, 26 June 2024
  • alone cannot be used as the basis for CPU dispatching. If a process has recently run on one virtual hyper-threaded CPU in a given core, and that virtual CPU...
    9 KB (993 words) - 09:35, 27 March 2023
  • Thumbnail for Alaska Airlines Flight 261
    Alaska Airlines Flight 261 (category January 2000 events in the United States)
    of the horizontal stabilizer trim system jackscrew assembly's Acme nut threads." For their efforts to save the plane, both pilots were posthumously awarded...
    60 KB (5,951 words) - 10:58, 21 June 2024
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)