Double Buffering in Java 6
I just wanted to clarify. I noticed that improvements were made to
double buffering in Java 6 (true double buffering is now used) as
discussed here:
http://java.sun.com/developer/technicalArticles/J2SE/Desktop/javase6/.
However, I heard someone mention that double buffering is now on by
default on all components in Java 6. Is this second statement true?
.
Relevant Pages
- Re: is Random Access File really "random access"?
... underlying OS provides random access files and the Java implementation didn't ... I /suspect/ that what they mean is that random access and buffering are largely ... (comp.lang.java.programmer) - Re: Solving the repaint problem?
... Double buffering is a concept independent of "Java ... It is independent of Java or MFC or for that matter ... It's a BitBlt operation in any language which uses the ... (microsoft.public.vc.mfc) - Re: Double Buffering in Java 6
... double buffering in Java 6 as ... default on all components in Java 6. ... JScrollPane sp = new JScrollPane; ... JTextArea ta = new JTextArea; ... (comp.lang.java.programmer) - Re: Suggestions for reading binary data from a connected socket.
... If you are trying to talk to one of them with java then you first need to ... find out exactly what the C/CPP program sends on the wire. ... ObjectInputStream is for serialized Objects. ... Using buffering will gnerally help performance, ... (comp.lang.java.programmer) - Re: Input Stream without Enter
... The line buffering isn't due to ... Java, it's your text console that doesn't actually pass the text to ... the application until the user presses enter. ... (comp.lang.java.help) |
|