Graphstream view not loading
问题 Well, i have the following schemas: A Java class that extends JFrame instantiating the other class that contains my graph which returns a blank screen. The second a normal class with the method main inside of it, calling the same class that contains my graph which returns a normal graph. Now, why the class that is a JFrame returns a blank graph? My code of the graph class. public class grafoComparacao implements ViewerListener { private List<Comparados> integralizacoesComparadas; private