Using Swing on Java 6u16, WinXP SP3 Hello to all. I need some help, please, with the following cas开发者_StackOverflow社区e.
I have an application that displays text in a JEditorPane contained within a JScrollPane.60 users have this application.Occasionally on one user\'s machine, when she scrolls the text the display sudde
If you run the small sample below you\'ll see a border around the center region.I\'m not sure why this border is showing.
I\'m building a grid filled with labels. One of them contains html-text and should resize to maximum format and be scrollable. I found how to add a JScrollPane but it stays one line height, I just can
How to make the jList selectable and jScrollPane scrollable inside a jTable. This is my table code : private JTable getCalendarTable() {
Has anyone managed to get these two plugins working together: http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
I have declared an ArrayList and DefaultListModel DefaultListModel model; List<AddFlight> Flights = new ArrayList<AddFlight>();
I\'m having this problem: I have a JList (within a JScrollPane) with say about 1000 elements, and the dimensions of this JList obviously doesn\'t allow to show all the data. Now, I have this JList wi
I notice the problem mostly with Firefox 3.6.6 on OS 10.5.8, and it happens occasionally with Safari (get your surprised face ready - IE actually works fine everytime - what?!).My url is here:
Oh, the frustration! I have literally had the most frustrating morning ever. I\'ve spent 4 and a half hours trying to get this to work.