Swing Worker : function get()
问题 My problem is that I don\'t understand how the swingworker works because what I\'m trying to do is to make fa=worker.get() because I have a long method which compute a lot of points running in background because I don\'t want to freeze my interface and I want to get her results to paint the component image. But I don\'t understand where it goes when I do fa=worker.get() because my console prints \"titi\" and I put a lot of other printing to see the next part of program reached but no one is