I want to create custom cell in JTable. I used custom renderer and returned JPanel object.
It works but there is one problem. While program is running the JPanel draws on itself using paintComponent() method. On each "tick" (usually each 100ms) the panel is getting wider (Im drawing kind of graph) and when it becomes too big the rest is just hidden. I
d like it to resize and create scrollbar. I tried several ways of putting ScrollPane but none of them worked. Basically, I want something like Thread view in Java VisualVM. Any ideas?
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...