Hi I have just made a new class
package main; import java.awt.*; public class Window extends Canvas { }
i want to serialize the window class but Intellj IDEA wont give me the option have been through the inspection panel and ticked the appropriate box
am i missing something here???
--- Update ---
My god what a work up,
Online solutions didnt work for me so installed a plugin specific to it and now can generate through the main code menu.
now to figure out what the hell its all about anyway