Answer the question
In order to leave comments, you need to log in
How to add keys from selection key to combobox java fx?
Hello everyone, I am writing a server in java with non-blocking sockets. The crux of the matter is this. I have a combobox on the form and when the client connects, I have to add it to the combobox
if(key.isAcceptable())
{
accept(key);
Platform.runLater(components.AddObservableList(list, key));
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question