Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+27 votes

When I am in scenebuilder I modified something and I need to get the method head for my code. Is there a way to see the code in scenebuilder?

asked in CSC305 Fall 2022 by (1 point)

2 Answers

+12 votes

Yes, there is. You could view it through View -> Show Sample Controller Skeleton in Scenebuilder

answered by (1 point)
+10 votes

If you changed a method header, you may need to refactor your code as well, since the method may be called by the old name in other spots.

answered by (1 point)
...