Posts by goncalotomas • 121 points
1 post
-
2
votes2
answers437
viewsA: How to access jTextField statico created with swing?
You don’t need to make your Jtextfield static. What you mention about passing a Jtextfield as an argument to a method can be done without Jtextfield being static unless the target method is a static…