}
public static JBiBlioteca getBiblioteca() {
if (biblioteca == null) {
carregandoDebug("Biblioteca");
biblioteca = new JBiBlioteca(Carregador.getMe());
Rectangle rectangle = Configuracoes.LOCAL_BIBLIOTECA.getValor();
if (rectangle != null) {
biblioteca.setBounds(rectangle);
} else {
biblioteca.setLocation(Carregador.getMe().getWindowPrincipal().getX()