WIP : Brad_GraphPiece #25
No reviewers
Labels
No Label
Important
Moins important
Pas important
bug
done
duplicate
enhancement
help wanted
invalid
question
suppléments
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: undefined_name/School_Project#25
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Brad_GraphPiece"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
been working on the events concerning the pieces and for the moment i have the rotation and the dragging . they're still are very rudimentary but it works tho .
nice work,
but you put everything in a folder called
piece/
. the problem is that it is not int project structure and gradle will never build or use it in any way.you should replace
/app/src/main/java/school_project/Controller.java
with your file and everything will be good ;)@BrokenBrad
lgtm
up
@ -10,1 +17,4 @@
import javafx.animation.RotateTransition;
import javafx.stage.Stage;
import javafx.util.Duration;
public class Piece extends Application{
Il faut que le nom de ta classe soit le nom du fichier.
Donc il faut
public class Controller extends Application{
Not Finished
outdated
Pull request closed