JGoodies Binding bug question about bufferedModels and keyboard input?

I have a keyListener on the JTextField that commits data to the model when the "enter" key is pushed Probably not related to your problem, but you should be using an ActionListener to handle the Enter key, not a KeyListener.

I have a keyListener on the JTextField that commits data to the model when the "enter" key is pushed. Probably not related to your problem, but you should be using an ActionListener to handle the Enter key, not a KeyListener.

I am using a keyListener so I can make sure the enter key way pushed. Isn't that the simplest way? – Bluebomber357 Jan 17 at 20:37 A gave you the simplest way and the way the API was designed to be used.

– camickr Jan 17 at 22:12.

Sorry about this question, I didn't explain it very clearly. Here is the answer though: I looked through the JGoodies API (should have done this sooner) and found an unexpected static call, Bindings. CommitImmediately() If I call this method before my call to trigger.triggerCommit(), everything works as expected :).

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