jviewport Questions
2
Solved
I am using a JScrollPane to wrap a JTable. Depending on the configuration, there is some space that is not occupied by the table. It is drawn gray (it looks like it is transparent and you can just ...
Sperry asked 21/8, 2013 at 15:52
2
Solved
I have a JFrame containing a JScrollPane containing a JPanel.
The JPanel contains a bunch of JTextAreas.
I'm loading a lot of text into them (about 8k-10k characters).
The layout works fine, tho...
Colonel asked 4/9, 2014 at 21:3
1
Solved
I have a JScrollPane m_jScrollPane with a JLabel m_jlImage being displayed inside of it. The m_jlImage is a screen capture with a red dot drawn where the user last clicked on the screen. I wish to ...
Oiler asked 4/11, 2013 at 22:44
5
Solved
I have a JPanel in a JScrollpane.
I draw on a BufferedImage, which I display on the JPanel.
In the top left corner of the JScrollpane, I want a picture, that always stays in that corner when I scro...
Ob asked 17/3, 2013 at 22:49
1
Solved
I need to create a JTable inside JScrollPane with resizeable columns (when user increase column width - horizontal scrollbar appears).
For this I have use table.setAutoResizeMode(JTable.AUTO_RESIZE...
Monserratemonsieur asked 5/3, 2013 at 21:41
3
Solved
I am creating a Java app that will allow users to view images and to pan the image using their mouse. To implement the panning of the image I use a combination of mouseClicked and mouseDragged even...
1
Solved
Seems like as not possible to fix Graphics2D lack in code, there I must to set fix size for animations, otherwise some Start outside Rectangle 490 x 490 freeze or shaking on the screen
my SSCCE
...
Rabblerousing asked 23/12, 2011 at 10:32
2
Solved
I inspired by MeBigFatGuy interesting question, in this conection I have very specific question about Graphisc2D, how to change BackGround Color by depends if is JTables Row visible in the JViewPor...
1
© 2022 - 2024 — McMap. All rights reserved.