Question: Please help with Ceaser Cipher in JavaFX!! Here is my code: package testweek8; import java.awt.BorderLayout; import java.awt.Color; import java.awt.event.ActionListener; import javax.swing.BoxLayout; import javax.swing.JButton; import javax.swing.JFrame;

Please help with Ceaser Cipher in JavaFX!!

Here is my code: package testweek8;

import java.awt.BorderLayout; import java.awt.Color; import java.awt.event.ActionListener; import javax.swing.BoxLayout; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JPanel; import java.io.*; import java.util.List;

public class TestWeek8 { private static int constant; private static String alphabet;

public static void main (String[]args) { displayMenu(); getPhrase(); }

private Static ActionListener; myActionListener;

public void loadData(){ char[] alphabet; for (char c = 'a';c

JTextField(" "); System.out.printlnfield.getText()); }

public String encodeMessage(String field) { int coded; int temp; StringBuffer s = new StringBuffer(); String Field; field = field.toLowerCase();

for(int index = 0; index25) { temp = coded/26; coded = coded-(temp*26);}

What I'm trying to do is this: The GUI that you will develop is the front-end of the project. The back-end is the translate() method that you will (re-)use. I also should mention that this all needs to be done in Netbeans.

I keep getting this message when I run it: Please help with Ceaser Cipher in JavaFX!! Here is my code: package

Will you please help?

Please and thank you!

Browse JavaFX Application Classes Available classes: Select Class Cancel

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!