How to disable JSplitPane arrow button?

I have setOneTouchExpandable(true) because I want the user to use the up/down arrow but at the same time, I also want to set a limit the direction of expand/collapse arrows. – walters Oct 22 '10 at 14:03 ops, and what if you set upArrowButton a null icon (or a very small one)? – Telcontar Oct 22 '10 at 14:09.

How do I disable(grey-out) the arrow button on the JSplitPane. , but when I try upArrowButton. SetEnabled(false), it doesn't grey-out the up arrow, but does disable it.

I want the user to have a visual feedback that the up arrow button is disabled. I did try upArrowButton.getAction(). SetEnabled(false), but it doesn't work(NullPointerException).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions