Memory « JComboBox « Java Swing Q&A





1. Java out of memory exception thrown when initializing the combo boxes    stackoverflow.com

This is my code here the variable bq is a custom class called BasicQuery it returns a JavaDB connection... AutoCompleteDecorator is the class from swingX library used to implement the autocomplete ...

2. Memory leak caused by JComboBox    coderanch.com

Thanks very much for your reply! The JDK version is 1.4.2. Howerver, we do not use the original JComboBox. We extend it and add a tootip function( we named it "JTooltipCombobox"), then the problem happened.I can't post the code here, for it belongs to my company. By using Jbuilder Profiler, I found that the moment we open the popup, the frame ...