hi wie kann ich denn einen zeilenumbruch machen?
so gehts nicht..
Code:
JTextArea text = new JTextArea();
text.setText("TFIDFInstanceExtraction extracts the most important instances with<br> respect to a given domain (e.g. OWL for the domain of Semantic Web). The relevance of each instance is determined by computing its average TF * IDF value with respect to the whole document collection.");
text.setPreferredSize(new Dimension(100,60));
JScrollPane informationScrollPane = new JScrollPane(text);
so gehts nicht..