Populate JRadioButtons with a SPARQL query -


how can populate jradiobuttons ontology using query? have 1 jlabel contain question: einstein? 4 radiobuttons choices.

  • scientist

  • lawyer

  • engineer

  • politician

then next button.

all data extracted using query like: string query=select ?x {some query}

mylabel.text=query;

how can populate 4 radio buttons this?


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -