Posts by fernando andrauss • 5 points
4 posts
- 
		-2 votes1 answer197 viewsA: Application with Navigation Drawer, Tabs and FragmentsHello, I use tabs with Fragments in a good, the question of rotation is why the android destroys your Activity and recreates in the new orientation, this can be bypassed, I will leave some links… androidanswered fernando andrauss 5
- 
		-1 votes2 answers985 viewsA: Multiples Tage with javafxHello, I recently created a utility class to abstract the creation of screens in Javafx, the installation is simple and the use too. Basically what should be done is to extend your… javafxanswered fernando andrauss 5
- 
		0 votes2 answers641 viewsA: Exchange information between Javafx windowsHello, if you can add dependencies to your project I suggest the lib Windowcontrollerfx (link here), it facilitates the initialization and creation of Stages (windows) and passing parameters. Using… javafxanswered fernando andrauss 5
- 
		1 votes1 answer474 viewsA: Javafx 8: Updating the Tableview after closing the windowHello, you are creating a new instance of Managementlassificacoescontroller, so nothing is updated. You must pass the current instance of it to the registration controller and call the update…