python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
BorderLayout combined with FlowLayout: JTextArea ruins GUI (Java Swing)
I use a BorderLayout combined with a FlowLayout, which works perfectly when I set up the BorderLayout.NORTH. However, in the CENTER area I would like to add a JTextArea (to print out console), but whe...
Thend
Votes: 0
Answers: 1
JTextArea - saving & retrieving formatted text by using special characters
JTextArea - saving and retrieving text with attributes such as Bold, Italic etc.. by using special characters. Have tried to store the index to map and then retrieve it but I prefer to save the text a...

Ekanath
Votes: 0
Answers: 0
How to display very large strings i.e exceeding 1 million characters in a JTextArea?
I am creating a basic Swing GUI which displays very large strings (sequences) in a JTextArea, when a user selects the sequence ID from a JList. When the sequence string is <= 300,000 characters lon...
Cocoa99
Votes: 0
Answers: 1