java - Generating a standard deviation plot from a row in a JTable -


i trying create jtable can able click on row , display standard deviation curve. here jtable looks right now.

enter image description here

so example, standard deviation string screen saver, action->login, login->disclaimer, ok (i plotted in excel)

enter image description here

so question #1 possible , #2 if how?

chartfactory.createhistogram() intervalxydataset such histogramdataset might suitable choice. histogramdemo1, seen among statistical charts in jws demo, example. can determine row clicked using listselectionlistener, shown here. can retrieve required values tablemodel using getvalueat(), shown here.


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -