Insert a button into a JFreeChart graph
问题 I used a code in order to display a graph. I want to insert a button in this graph (Show details) that i will used in order to present some details about the graph .It is realisable? thanks. if(jCheckBox3.isSelected()) { try { con = getConnection("jdbc:mysql://localhost:3306/base_rapport","root",""); Statement statement = con.createStatement(rs.TYPE_FORWARD_ONLY,rs.CONCUR_READ_ONLY); String sql3 = "Select Vendor, sum(Rate) as Rate from (select case Vendor when 'NSN' then 'Nokia' else Vendor