JScrollPane problem

  • Thread starter Konstantin Semlizki
  • Start date
K

Konstantin Semlizki

Hallo

Ich habe eine JPanel, auf der sich viele kleine JTextFields befinden.
Das ganze steckt im JScrollPane.
Scrollbalken kann ich sehen und mit der Maus bewegen.
Aber wenn ich versuche aus meinem Program zu einem Teil des Panel zu scrollen,
der weit im unsichtbaren Bereich liegt, geht das nicht.

Ich habe schon mit validate(),revalidate(),repaint(),updateUI() probiert
scrollpane zu aktualizieren aber ohne Erfolg

Hat jemand eine Lösung dafür ?
 
R

Roedy Green

Ich habe eine JPanel, auf der sich viele kleine JTextFields befinden.
Das ganze steckt im JScrollPane.
Scrollbalken kann ich sehen und mit der Maus bewegen.
Aber wenn ich versuche aus meinem Program zu einem Teil des Panel zu scrollen,
der weit im unsichtbaren Bereich liegt, geht das nicht.

Ich habe schon mit validate(),revalidate(),repaint(),updateUI() probiert
scrollpane zu aktualizieren aber ohne Erfolg

Hat jemand eine Lösung dafür ?

babelfish translation:

I have a JPanel, on which many small JTextFields are. The whole is in
the JScrollPane. I can see and with the mouse move Scrollbalken. But
if I try from my Program to a part panel to scrollen, which lies far
in the invisible range, go that not. I have already with validate(),
revalidate(), repaint(), updateUI() try scrollpane to aktualizieren
however without success Does someone have a solution for it?

I presume you are using setValue on the Vertical scrollbar. Does the
code ever work? Do you have a special model? It sounds like the
change events are not getting fired, are getting lost, or that you are
using the wrong units of measure.

I would suggest writing some code with a small test case that you can
post as a complete program for others to experiment with.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top