Posts by Douglas Colussi • 19 points
2 posts
-
1
votes2
answers216
viewsQ: Return information from a String
I’m trying to return the information from a String. What I need is to pass a String parameter and return the information that is in the indicated places. Ex.: String FraseParametro = "<R1>…
-
0
votes1
answer445
viewsQ: Change the background color of a JTEXTAREA text
I am a beginner in Java and I am trying to create a function that changes the background of words, I took a print of the example as I would like it to be. What is expected is for a table to be…