I need help adding the previous and next option todisplay the tickets.
Need the program to allow user to view all tickets inputit by going forward or previous.
I have a java class that displays all user input. I need the codethat will allow user to see all tickets by selecting thebuttons(previous & next)
<< >>
//main class
/*
* To change this license header, choose License Headers in ProjectProperties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package main;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.layout.BorderPane;
import javafx.stage.Stage;
import ticket.DisplayTicket;
import ticket.PaymentInfo;
import ticket.TicketController;
import ticket.TicketModel;
import ticket.TicketView;
/**
*
* @author EternalFlame
*/
public class MVCParkingCitation extends Application {
@Override
public void start(Stage primaryStage)
PayPal Gateway not configured
PayPal Gateway not configured